Skip to content

Commit 51980b3

Browse files
committed
Fix comment
1 parent c83975b commit 51980b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/asan/asan_shadow_setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void InitializeShadowMemory() {
115115
// == 256MB) is a significant chunk of the address space; reclaiming it
116116
// by disabling ASLR might allow chonky binaries to run.
117117
// - On 64-bit systems, some settings (e.g., for Linux, unlimited stack
118-
// size plus maximum ASLR entropy) can lead to an incompatible layout.
118+
// size plus 31+ bits of entropy) can lead to an incompatible layout.
119119
TryReExecWithoutASLR();
120120

121121
Report(

0 commit comments

Comments
 (0)