https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119390
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andreas Schwab <sch...@gcc.gnu.org>: https://gcc.gnu.org/g:c6e7d9ca72cb424b7af9357d77209eb7dd14621a commit r15-8866-gc6e7d9ca72cb424b7af9357d77209eb7dd14621a Author: Andreas Schwab <sch...@suse.de> Date: Mon Mar 24 11:39:29 2025 +0100 Remove buffer overflow in cobol driver PR cobol/119390 * gcobolspec.cc (lang_specific_driver): Use pointer instead of copying into fixed array.