Date: Wed, 5 Nov 2008 12:32:42 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <200811051233.mA5CX2ku085728@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-11-05 12:32:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/rtld-elf rtld.c Log: SVN rev 184685 on 2008-11-05 12:32:42Z by kib MFC r182698 (by kan): Make sure internal rtld malloc routines are not called from unlocked contexts as rtld's malloc is not thread safe and is only supposed to be called with exclusive bind lock already held. Approved by: re (kensmith), kan Revision Changes Path 1.124.2.3 +17 -14 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811051233.mA5CX2ku085728>