Date: Fri, 8 Sep 2006 17:52:15 +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: <200609081752.k88HqF4G007760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2006-09-08 17:52:15 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Change the way base allocation is done for internal malloc data structures, in order to avoid the possibility of attempted recursive lock acquisition for chunks_mtx. Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru> Revision Changes Path 1.137 +93 -56 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609081752.k88HqF4G007760>