CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/02/29 01:44:14
Modified files:
lib/libc/stdlib: malloc.c
Log message:
- Test for the retrieved page address not being NULL. This turns free((void*)1)
into an bogus pointer error instead of a segfault.
- Document that we use the assumption that a non-MAP_FIXED mmap() with
hint 0 never returns NULL.
