https://sourceware.org/bugzilla/show_bug.cgi?id=33385
--- Comment #3 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=a029db9c425c7b6969c1ba67176bae99c2516dca commit a029db9c425c7b6969c1ba67176bae99c2516dca Author: Alan Modra <[email protected]> Date: Mon Sep 8 08:26:43 2025 +0930 PR 33385 DST handling Commit 816995444667, a fix for a fuzzer testcase resulting in a buffer overflow, broke reading of DST. DST is a special case where a first pass over the section just sizes it. Commit a3c0896d80d2, another buffer overflow fix, wrongly removed a line incrementing DST record length. * vms-alpha.c (image_write): Don't do bounds check for sections in memory without contents. (evax_bfd_print_dst): Add one to length. -- You are receiving this mail because: You are on the CC list for the bug.
