| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing
|
|
|
|
|
| |
return failure if integer overflow happens. sigh; too people had to
help get this right.
|
|
|
|
| |
their own malloc() implementation.
|
|
|
|
|
|
| |
didn't do so for us. By default, malloc() zeros out the space it
allocates but the programmer cannot rely on this as it is implementation-
specific (and configurable via /etc/malloc.conf)
|
| |
|
|
|
|
| |
Make sure everything uses {SYS,}LIBC_SCCS properly
|
|
|