Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src/libexec/ld.elf_so



Module Name:    src
Committed By:   martin
Date:           Tue Jul  7 15:01:15 UTC 2026

Modified Files:
        src/libexec/ld.elf_so [netbsd-11]: load.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #376):

        libexec/ld.elf_so/load.c: revision 1.52

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.49.10.1 -r1.49.10.2 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.




Home | Main Index | Thread Index | Old Index