mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix Symbolize* tests.
PiperOrigin-RevId: 390372065 Change-Id: I1ddc9dd9238795eb0674e04c20a5c91a68582027
This commit is contained in:
parent
d631154ce5
commit
dae91ff082
|
@ -30,7 +30,7 @@
|
|||
|
||||
ABSL_ATTRIBUTE_NOINLINE
|
||||
void CrashMe() {
|
||||
char* null = reinterpret_cast<char*>(0);
|
||||
volatile char* null = nullptr;
|
||||
*null = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user