Use abort() instead of dereferencing null.

Clang emits a warning saying that it is deleting the dereference
because it isn't allowed. Just use abort; that's what it's for.

Change-Id: I176e0157ce7caef86f4b807d929be8abdb60500e
3 files changed