Skip to content
Commit 2465bdf4 authored by Jason Evans's avatar Jason Evans
Browse files

Check for NULL ptr in malloc_usable_size().

Check for NULL ptr in malloc_usable_size(), rather than just asserting
that ptr is non-NULL.  This matches behavior of other implementations
(e.g., glibc and tcmalloc).
parent 5b3db098
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment