[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.
- [Bug libctf/28933] New: buffer overflow on powerpc-linux, amodra at gmail dot com, 2022/03/01
- [Bug libctf/28933] buffer overflow on powerpc-linux, amodra at gmail dot com, 2022/03/01
- [Bug libctf/28933] buffer overflow on powerpc-linux, amodra at gmail dot com, 2022/03/01
- [Bug libctf/28933] buffer overflow on powerpc-linux, nick.alcock at oracle dot com, 2022/03/03
- [Bug libctf/28933] buffer overflow on powerpc-linux, nick.alcock at oracle dot com, 2022/03/17
- [Bug libctf/28933] buffer overflow on powerpc-linux, amodra at gmail dot com, 2022/03/17
- [Bug libctf/28933] buffer overflow on powerpc-linux, nick.alcock at oracle dot com, 2022/03/17
- [Bug libctf/28933] buffer overflow on powerpc-linux,
nick.alcock at oracle dot com <=
- [Bug libctf/28933] buffer overflow on powerpc-linux, cvs-commit at gcc dot gnu.org, 2022/03/23
- [Bug libctf/28933] buffer overflow on powerpc-linux, cvs-commit at gcc dot gnu.org, 2022/03/24
- [Bug libctf/28933] buffer overflow on powerpc-linux, nick.alcock at oracle dot com, 2022/03/24