[all-commits] [llvm/llvm-project] ab6a08: [LLDB] Fix out-of-bounds memory access in Emulatio...
fixathon via All-commits
all-commits at lists.llvm.org
Thu Aug 11 01:34:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab6a0823afc7e4cc660f0fd3bd07f791fe9e103f
https://github.com/llvm/llvm-project/commit/ab6a0823afc7e4cc660f0fd3bd07f791fe9e103f
Author: Slava Gurevich <sgurevich at gmail.com>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
Log Message:
-----------
[LLDB] Fix out-of-bounds memory access in EmulationStateArm
Functionally broken code for reading and writing registers, likely due to typos,
and could cause out-of-bounds memory access.
Differential Revision: https://reviews.llvm.org/D131658
More information about the All-commits
mailing list