Date: Tue, 16 Feb 2010 02:48:11 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <201002160248.o1G2mXXP030981@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2010-02-16 02:48:11 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: SVN rev 203947 on 2010-02-16 02:48:11Z by marcel Improve TLS variant I: o Use obj->tlsinitsize to determine whether there's initialized data. o If obj->tlssize > obj->tlsinitsize, then bzero uninitialized data. o Don't exclude variant I from the work-around in free_tls_offset(). Revision Changes Path 1.146 +8 -11 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002160248.o1G2mXXP030981>