Switch to a volatile store to a NULL pointer.

Bug: http://b/21782759

Clang flags non-volatile stores to NULL as undefined behavior (via
-Wnull-dereference), so we have to change to a volatile type in order to
successfully compile.

Change-Id: I75c2f919fa10b04fa3684fadcf2541b2d861bba0
1 file changed