Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: kleink
Date: Mon Feb 7 19:02:51 UTC 2000
Modified Files:
basesrc/libexec/ld.elf_so: rtld.c
Log Message:
Change _rtld_dlclose() to unload the object via _rtld_dlclose() rather
than by itself. Besides being duplicated code the open-coded version
also did not take care of cleaning up after the object's DAG(!).
Fixes PR bin/8905.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/libexec/ld.elf_so/rtld.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index