Create allocation wrappers with a configurable OOM handler (defaults to abort()). See #752, #747
Coverity scans found that the should_log logic in sslLogCallback is not working as expected because the variable is not correctly initialised (the conditional code before logging always sets the value to 1, which it already is).