mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
BUG#14303860 - EXECUTING A SELECT QUERY WITH TOO
MANY WILDCARDS CAUSES A SEGFAULT Back port from 5.6 and trunk
This commit is contained in:
parent
54c47527e2
commit
99645e5be5
10 changed files with 145 additions and 47 deletions
|
|
@ -41,6 +41,8 @@
|
|||
|
||||
*/
|
||||
|
||||
int (*my_string_stack_guard)(int)= NULL;
|
||||
|
||||
static char *mstr(char *str,const char *src,size_t l1,size_t l2)
|
||||
{
|
||||
l1= l1<l2 ? l1 : l2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue