bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/19005] objcopy buffer-over-read


From: hjl.tools at gmail dot com
Subject: [Bug binutils/19005] objcopy buffer-over-read
Date: Fri, 25 Sep 2015 14:55:32 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19005

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
On Linux/x86-64, the current binutils gives me:

address@hidden pr19005]$ cat x.S
        .text
        .byte 1,2,3
address@hidden pr19005]$ make
gcc -B./  -c -o x.o x.S
./objcopy -O binary -j .text --pad-to=6 --reverse-bytes=6 x.o y.o
address@hidden pr19005]$ 

Shouldn't it fail without your fix?

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]