[CONPY-175] segmentation fault when string larger than 4Mb Created: 2021-10-26 Updated: 2021-12-12 Resolved: 2021-12-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.7, 1.1.0b2 |
| Fix Version/s: | 1.0.9, 1.1.0rc1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | V H Lemoine | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| 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? |