Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.7, 1.1.0b2
-
Component/s: Generic
-
Labels:None
-
Environment:ubuntu 20.04 / mariadb 10.5.12
-
Python Version: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?