Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/10/2001 23:19:26
Module Name:	basesrc
Committed By:	christos
Date:		Thu May 10 20:19:26 UTC 2001

Modified Files:
	basesrc/libexec/ld.elf_so: rtld.c

Log Message:
Unloading objects, can cause other objects whose reference count becomes
0 to be unloaded. Make sure that when we unload those objects we remove
any references to them from the globals list... This fixes SIGSEGV with
apache+mod_php+mysql.

XXX: This fix should be pulled up.

christos


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 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.