Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid NULL pointer dereference (#1154)
If the allocated region is 0 bytes then it's unsafe to dereference it. Fixes #1147.
- Loading branch information