PR/59751 CVS commit: src
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR lib/59751; it has been noted by GNATS. From: "Taylor R Campbell" <[email protected]> To: [email protected] Cc: Subject: PR/59751 CVS commit: src Date: Wed, 1 Jul 2026 19:31:15 +0000 Module Name: src Committed By: riastradh Date: Wed Jul 1 19:31:15 UTC 2026 Modified Files: src/libexec/ld.elf_so: load.c rtld.c src/usr.bin/ldd: ldd.c Log Message: ld.elf_so(1): Bump _rtld_objgen when changing, not reading, objlist. Prompted by: PR lib/59751: dlclose is not MT-safe depending on the libraries unloaded To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/libexec/ld.elf_so/load.c cvs rdiff -u -r1.225 -r1.226 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.29 -r1.30 src/usr.bin/ldd/ldd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.