[all-commits] [llvm/llvm-project] 056769: Revert "[Sanitizers] Fix read buffer overrun in sc...
dyung via All-commits
all-commits at lists.llvm.org
Sat Feb 4 10:20:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 056769cdbc60569b01c2f1ff67507f64ad83771f
https://github.com/llvm/llvm-project/commit/056769cdbc60569b01c2f1ff67507f64ad83771f
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-02-04 (Sat, 04 Feb 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
R compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_mac_test.cpp
Log Message:
-----------
Revert "[Sanitizers] Fix read buffer overrun in scanning loader commands"
This reverts commit abbd4da2043856f443e3d1c8d2c7627cac93a6ac.
This change is breaking many bots including:
- http://45.33.8.238/linux/98629/step_10.txt
- https://buildkite.com/llvm-project/llvm-main/builds/6461#01861c4f-9d9c-4781-88f7-d6ccddcb4b06/919-8848
- https://lab.llvm.org/buildbot/#/builders/94/builds/13196
- https://lab.llvm.org/buildbot/#/builders/45/builds/10633
- https://lab.llvm.org/buildbot/#/builders/247/builds/1238
- https://lab.llvm.org/buildbot/#/builders/70/builds/33424
- https://lab.llvm.org/buildbot/#/builders/168/builds/11693
- https://lab.llvm.org/buildbot/#/builders/74/builds/17006
- https://lab.llvm.org/buildbot/#/builders/85/builds/14120
More information about the All-commits
mailing list