• Monty's avatar
    Fixed crashing when using DBUG_PUSH_EMPTY · 392e744a
    Monty authored
    DBUG_PUSH_EMPTY is used by thr_mutex.cc.
    If there are 4G of DBUG_PUSH_EMPTY calls, then DBUG_POP_EMPTY will
    cause a crash when DBUGCloseFile() will try to free an object that
    was never allocated.
    392e744a
dbug.c 59.7 KB