Skip to content
Snippets Groups Projects
Commit 5e17bfde authored by Sean McBride's avatar Sean McBride Committed by Brad King
Browse files

Process: Dereference NULL++ instead of NULL to force crash

Some compilers, notably Clang, will warn at compile time (or
runtime with debug flags) if they detect a null dereference.
Try to outsmart them by dereferencing an address a little
larger than NULL.

Change-Id: I53c6512f814ad3e8977c076904f0415e8aaaaea5
parent fea37696
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment