https://sourceware.org/bugzilla/show_bug.cgi?id=26946
--- Comment #4 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1eae9f3bb7eae31d1fbc5663dae13973a52da61a commit 1eae9f3bb7eae31d1fbc5663dae13973a52da61a Author: Alan Modra <[email protected]> Date: Thu Aug 27 22:14:45 2026 +0930 PR 34481 arbitrary limit on decompressed size of .dwo files int aaaa..a; where 'a' is repeated a million times, produces a -g -gsplit-dwarf -gz .dwo file of only 2200 bytes. This might be a silly testcase, but it demonstrates the ten times file size limit when decompressing .debug_str.dwo is easily exceeded. PR 26946 PR 28834 PR 34481 bfd/ * section.c (bfd_section_size_insane): Do not attempt to sanity check compressed sections. binutils/ * readelf.c (uncompress_section_contents): Do not limit uncompressed section size. Remove now unused file_size param. Adjust callers. -- You are receiving this mail because: You are on the CC list for the bug.
