cvs commit: src/libexec/rtld-elf rtld.c
Doug Rabson
dfr at FreeBSD.org
Wed Mar 30 00:28:27 PST 2005
dfr 2005-03-30 08:28:26 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf rtld.c
Log:
When allocating TLS and DTV, make sure that any unused slots in the DTV
are initialised to zero. When freeing TLS, don't attempt to free DTV
slots which were not used.
Pointed out by: Joerg Sonnenberger
X-MFC-After: After the branch, probably
Revision Changes Path
1.106 +4 -8 src/libexec/rtld-elf/rtld.c
More information about the cvs-src
mailing list