710129a6c8666e19df82a2a7349c7683d531f837 |
|
03-Apr-2014 |
Timo Sirainen <tss@iki.fi> |
DEBUG: Make sure errno isn't changed by vsnprintf()/malloc()/free() implementations.
They shouldn't, so this should only be a sanity check when running with
devel-checks. Various parts in the code rely on errno not being changed by
*_strdup_printf() calls. |