https://sourceware.org/bugzilla/show_bug.cgi?id=27384
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4a68fcd7f7da92d47f0f41df15fea30f790ed06c commit 4a68fcd7f7da92d47f0f41df15fea30f790ed06c Author: Nick Clifton <ni...@redhat.com> Date: Tue Feb 9 12:53:32 2021 +0000 Prevent a bad .Psize expression from triggering a memory access violation. PR 27384 * listing.c (listing_psize): Check the result of the width expression before assigning it to paper_width. * testsuite/gas/all/pr27384.s: New test source file. * testsuite/gas/all/pr27384.d: New test control file. * testsuite/gas/all/pr27384.err: Expected errors from new test. * testsuite/gas/all/gas.exp: Run the new test. -- You are receiving this mail because: You are on the CC list for the bug.