aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2025-08-20 17:17:12 -0500
committerGitHub <noreply@github.com>2025-08-20 17:17:12 -0500
commitc80d1483c6d787edf62ff9e86b1e97af5eb5abf9 (patch)
treefdcf3d2d5aa2ae688d47442bf8cc4e6dd5dd1800 /lldb/packages/Python/lldbsuite/test
parentac8f0bb070c9071742b6f6ce03bebc9d87217830 (diff)
downloadllvm-c80d1483c6d787edf62ff9e86b1e97af5eb5abf9.zip
llvm-c80d1483c6d787edf62ff9e86b1e97af5eb5abf9.tar.gz
llvm-c80d1483c6d787edf62ff9e86b1e97af5eb5abf9.tar.bz2
[libc] Enable wide-read memory operations by default on Linux (#154602)
Summary: This patch changes the linux build to use the wide reads on the memory operations by default. These memory functions will now potentially read outside of the bounds explicitly allowed by the current function. While technically undefined behavior in the standard, plenty of C library implementations do this. it will not cause a segmentation fault on linux as long as you do not cross a page boundary, and because we are only *reading* memory it should not have atomic effects.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions