Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Avoid calling
posix_memalign
with size=0
The behavior of a call to `posix_memalign` with a size of `0` isn't defined, and recent versions of Valgrind detect it as an error. Signed-off-by: Matt Wozniski <[email protected]>
- Loading branch information