CVS commit: src/libexec/ld.elf_so
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Tue Jul 7 14:10:24 UTC 2026 Modified Files: src/libexec/ld.elf_so: load.c Log Message: rtld, ldd: Fix bad assertion. (*needed)->obj may legitimately be null here, as the next line shows, so don't check (*needed)->obj->refcount in that case. PR bin/60422: ldd, rtld: crash inside assertion if needed object not found To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/libexec/ld.elf_so/load.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.