In the integer overflow tests, Guarded allocator and
lockfree allocator will return null. That is expected.
But ASan will interfere and abort the process with
message to the effect of _failed to allocate memory_.
So set allocator_may_return_null to true only for guardedalloc_test
executable.