NetBSD-Bugs archive

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

PR/59567 CVS commit: src



The following reply was made to PR lib/59567; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59567 CVS commit: src
Date: Sun, 14 Dec 2025 23:26:12 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Dec 14 23:26:12 UTC 2025
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/tests/libexec/ld.elf_so: Makefile
 Added Files:
 	src/tests/libexec/ld.elf_so: t_dladdr.c
 
 Log Message:
 dl_addr(3): Add some automatic tests.
 
 XXX Should also test the libc stubs, maybe move this into
 tests/lib/libc/dlfcn and test both static and (for MKPIC=yes)
 dynamic, but this'll do for now.
 
 PR lib/59567: dladdr(3) doesn't work properly especially when main
 executable is loaded at high memory address
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.492 -r1.493 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1403 -r1.1404 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.30 -r1.31 src/tests/libexec/ld.elf_so/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/libexec/ld.elf_so/t_dladdr.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