Errno is not required to be 0 on return from malloc, so don't bother trying to make it 0. Leads to false test failures where libc calls have not reset it after a failure.
Errno is not required to be 0 on return from malloc, so don't bother trying to make it 0. Leads to false test failures where libc calls have not reset it after a failure.