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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user