mirror of https://github.com/MariaDB/server
Browse Source
handling. The problem was that parsing of nested regular expression involved recursive calls. Such recursion didn't take into account the amount of available stack space, which ended up leading to stack overflow crashes.pull/73/head
6 changed files with 53 additions and 5 deletions
Loading…
Reference in new issue