https://sourceware.org/bugzilla/show_bug.cgi?id=30975
--- Comment #6 from Pablo Galindo Salgado ---
Hi, I can confirm that this indeed fixes the issue. Thanks to everyone
involved. Fantastic work!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30975
--- Comment #7 from Aaron Merey ---
(In reply to Pablo Galindo Salgado from comment #6)
> Hi, I can confirm that this indeed fixes the issue. Thanks to everyone
> involved. Fantastic work!
Thanks Pablo, glad to hear!
--
You are receiving th
Decompression functions like __libelf_decompress_zlib check that
decompressed data has the same size as it was declared in the header
(size_out argument). The same check is now added to
__libelf_decompress_zstd to make sure that the whole allocated buffer is
initialized.
* libelf/elf_compress.
Hi Aleksei,
On Thu, Nov 23, 2023 at 03:31:47PM +, Aleksei Vetrov wrote:
> Decompression functions like __libelf_decompress_zlib check that
> decompressed data has the same size as it was declared in the header
> (size_out argument). The same check is now added to
> __libelf_decompress_zstd to