Skip to content
  • Sean McBride's avatar
    Process: Dereference NULL++ instead of NULL to force crash · 5e17bfde
    Sean McBride authored and Brad King's avatar Brad King committed
    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
    5e17bfde