Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't fail do to implementation-specific malloc behavior
The documentation for malloc states that an attempt to allocate memory of size 0 results in implementation-specific behavior. Some implementations return `NULL`, and others return a pointer that is expected to be `free`'d. Signed-off-by: Scott K Logan <logans@cottsay.net>
- Loading branch information