Commit 5cfd557f authored by bar@mysql.com/bar.myoffice.izhnet.ru's avatar bar@mysql.com/bar.myoffice.izhnet.ru
Browse files

Bug#31081 server crash in regexp function

Additional fix for valgrind warning
parent 35b20797
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4255,7 +4255,7 @@ Item_func_regex::regcomp(bool send_error)
    res= &conv;
  }

  if ((error= my_regcomp(&preg, res->c_ptr(),
  if ((error= my_regcomp(&preg, res->c_ptr_safe(),
                         regex_lib_flags, regex_lib_charset)))
  {
    if (send_error)