Initialize some uninitialized pointers

The compiler was complaining that some of these pointers could be
uninitialized under some optimization levels (especially when no-opping
logging for fuzzing). This change addresses that.

Bug: None
Test: make tests
Change-Id: I7ead341ad7c1ef2770ba131a83ba20710ee3302d
2 files changed