Date: Thu, 19 Jan 2006 19:20:43 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200601191920.k0JJKhLr086529@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601191920.k0JJKhLr086529>