https://sourceware.org/bugzilla/show_bug.cgi?id=33351
Sam James <sam at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sam at gentoo dot org
--- Comment #1 from Sam James <sam at gentoo dot org> ---
Here's a backtrace:
```
spawn -ignore SIGHUP /tmp/build/binutils/objcopy tmpdir/bintest.o tmpdir/copy.o
/tmp/build/binutils/readelf -a tmpdir/bintest.o > tmpdir/bintest.o.out
Executing on host: /tmp/build/binutils/readelf -a tmpdir/bintest.o /dev/null
tmpdir/bintest.o.out (timeout = 300)
spawn [open ...]
/home/sam/git/binutils-gdb/binutils/readelf.c:21026:3: runtime error: null
pointer passed as argument 1, which is declared to never be null
#0 0x561e92526e0c in process_got_section_contents
/home/sam/git/binutils-gdb/binutils/readelf.c:21026
#1 0x561e92526e0c in process_object
/home/sam/git/binutils-gdb/binutils/readelf.c:24409
#2 0x561e925389d4 in process_file
/home/sam/git/binutils-gdb/binutils/readelf.c:24832
#3 0x561e925389d4 in main
/home/sam/git/binutils-gdb/binutils/readelf.c:24898
#4 0x7f24b22036c6 in __libc_start_call_main (/usr/lib64/libc.so.6+0x36c6)
(BuildId: 1e6dbabb0d4f87bfb7b2f369ec40d25f33977902)
#5 0x7f24b2203775 in __libc_start_main (/usr/lib64/libc.so.6+0x3775)
(BuildId: 1e6dbabb0d4f87bfb7b2f369ec40d25f33977902)
#6 0x561e92539e70 in _start (/tmp/build/binutils/readelf+0x20e70) (BuildId:
8ead5ac0de9939975ca803989e3f8ab93615b812)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
/home/sam/git/binutils-gdb/binutils/readelf.c:21026:3
FAIL: objcopy (ELF group 1)
```
--
You are receiving this mail because:
You are on the CC list for the bug.