Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.0.7, 1.1.0b2
-
None
-
ubuntu 20.04 / mariadb 10.5.12
-
3.8
Description
When executing escape_string(string) with string size large than 4Mb a segmentation fault occurs, strings smaller than 2Mb are working fine.
Is there a limitation to escape_string?