mirror of https://github.com/MariaDB/server
Browse Source
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.pull/2145/head
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue