mirror of https://github.com/MariaDB/server
Browse Source
The problem was that a PREARE followed by a non prepared statement using DEFAULT NEXT_VALUE() could change table->next_local to point to a not persitent memory aria. The next EXECUTE would then try to use the wrong pointer, which could cause a crash. Fixed by reseting the pointer to it's old value when doing EXECUTE.bb-10.3-abychko
4 changed files with 38 additions and 6 deletions
Loading…
Reference in new issue