- When malloc() is called with a size of 0 we should not set errno
to ENOMEM as there is no actual allocation failure in that case.
This duplicates the realloc() behavior.
- Put unlock_ret assignments on separate lines, otherwise gcc complains
about unused variables when the tests on it are disabled.
- There NULL return added in
|
||
|---|---|---|
| .. | ||
| stdlib | ||
| stdout | ||
| string | ||
| time | ||