https://sourceware.org/bugzilla/show_bug.cgi?id=29482
--- 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=c82a7005c76d3091b62bead4f060d2be63bab5b5 commit c82a7005c76d3091b62bead4f060d2be63bab5b5 Author: Alan Modra <[email protected]> Date: Sat Sep 12 14:01:34 2026 +0930 PR 29482 buffer overflow _bfd_ecoff_set_section_contents needs the same anti-fuzzer sanity checks as coff_set_section_contents, something I missed in commit ef186fe54aa6. PR 29482 * coffcode.h (coff_set_section_contents): Rewrite sanity check to avoid run-time division. Formatting. * ecoff.c (_bfd_ecoff_set_section_contents): Use the same sanity check here. -- You are receiving this mail because: You are on the CC list for the bug.
