|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug binutils/21446] Incorrect disassembly for msr to dbgdtrtx_el0 in AArch64 |
Date: | Thu, 07 Jun 2018 10:56:27 +0000 |
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 <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2a9b2c1abe29e1063240604d2464b8de9a46011f commit 2a9b2c1abe29e1063240604d2464b8de9a46011f Author: Tamar Christina <address@hidden> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |