cvs commit: src/lib/libc/stdlib malloc.c
Jason Evans
jasone at FreeBSD.org
Thu Jan 19 11:20:44 PST 2006
jasone 2006-01-19 19:20:43 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Revert addtion of assertions in revision 1.99. These assertions cause
problems in cases where regions are faked up for the purposes of red-black
tree searches, since those faked region headers reside on the stack, rather
than in a malloc chunk.
Revision Changes Path
1.100 +0 -7 src/lib/libc/stdlib/malloc.c
More information about the cvs-src
mailing list