bug-binutils
[Top][All Lists]
Advanced

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

[Bug libctf/28933] buffer overflow on powerpc-linux


From: nick.alcock at oracle dot com
Subject: [Bug libctf/28933] buffer overflow on powerpc-linux
Date: Fri, 18 Mar 2022 01:05:52 +0000

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

--- Comment #5 from Nick Alcock <nick.alcock at oracle dot com> ---
This unchecked length is only an overrun in the uncompressed-and-corrupted
foreign-endian CTF case (it's still wrong if the CTF is uncompressed but
native-endian, but it's only used at serialization time, which is something you
can't do to a dict you read out of a CTF section, since those are read-only).
So, fairly obscure. Still not sure why it didn't happen to me: I can make it
happen with a new testcase easily now.

(Fixed, I think: will test my fix properly tomorrow.)

-- 
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]