NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60422 CVS commit: [netbsd-11] src/libexec/ld.elf_so
The following reply was made to PR bin/60422; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60422 CVS commit: [netbsd-11] src/libexec/ld.elf_so
Date: Tue, 7 Jul 2026 15:01:15 +0000
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