Updates:
Labels: -restrict-view-commit -deadline-approaching Deadline-Exceeded
Comment #3 on issue 47792 by sheriffbot: binutils:fuzz_objcopy: Out-of-memory
in fuzz_objcopy
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47792#c3
This bug has exceeded our disclosure deadline. It ha
https://sourceware.org/bugzilla/show_bug.cgi?id=29542
Dante Almeida changed:
What|Removed |Added
CC||dante at cadence dot com
--
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=29542
Bug ID: 29542
Summary: PowerPC: internal error in get_output_view, at
output.h:110
Product: binutils
Version: 2.39
Status: UNCONFIRMED
Severity: normal
Hello,
I found this interesting issue in binutils v2.38.
The following code works perfectly fine in ubuntu 20.04 (binutils v2.34)
content of asm_program.asm:
.global main
.text
main:
mov $message, %rdi
call c_function
ret
.data
#where the message is stored
message: .ascii "Hello Wor