https://sourceware.org/bugzilla/show_bug.cgi?id=21446
--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tamar Christina <tnfch...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2a9b2c1abe29e1063240604d2464b8de9a46011f commit 2a9b2c1abe29e1063240604d2464b8de9a46011f Author: Tamar Christina <tamar.christ...@arm.com> Date: Thu Jun 7 11:53:13 2018 +0100 Fix AArch64 unintialized variable which can cause diagnostic failures. This patch fixes an uninitialized memory issue that can under certain circumstances turn an error into a warning because non_fatal was not initialised in all cases. Verified using valgrind. gas/config/tc-aarch64.c PR binutils/21446 * tc-aarch64.c (record_operand_error, record_operand_error_with_data): Initialize non_fatal. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils