1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug#24449090 - BUFFER OVERFLOW IN FUNCTION DUPL

Post-push fix for memory leak in the code inside
DBUG_EXECUTE_IF("bug24449090_simulate_oom",...);
This commit is contained in:
Shishir Jaiswal
2016-12-04 18:44:51 +05:30
parent 52b0c8146b
commit 68b88afb0c

View File

@@ -1495,6 +1495,7 @@ register sopno size;
DBUG_EXECUTE_IF("bug24449090_simulate_oom",
{
free(p->strip);
p->strip= NULL;
p->ssize= 0;
SETERROR(REG_ESPACE);