https://sourceware.org/bugzilla/show_bug.cgi?id=24876
Bug ID: 24876
Summary: readelf: heap-buffer-overflow
Product: binutils
Version: 2.32
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
https://sourceware.org/bugzilla/show_bug.cgi?id=24876
--- Comment #1 from Reza Mirzazade farkhani ---
How to reproduce:
readelf -a PoC
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binut
https://sourceware.org/bugzilla/show_bug.cgi?id=24873
--- Comment #5 from Alan Modra ---
I tried to recreate the problem locally on my x86_64 Ubuntu 18.04.2 box using
current libinput git source, but
meson --prefix=/usr -Ddocumentation=false builddir/
results in a failure:
Running test binary co
https://sourceware.org/bugzilla/show_bug.cgi?id=24873
--- Comment #6 from Alan Modra ---
OK, so I fixed the build dependency but when I build locally using CFLAGS="-O2
-g -flto" CXXFLAGS="-O2 -g -flto" and gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
I don't reproduce the problem. Oh yes, lots more