[CONPY-39] Segfault if ConnectionPool() is called without a pool_name Created: 2020-01-24 Updated: 2020-01-25 Resolved: 2020-01-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | None |
| Fix Version/s: | 0.9.53 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wayne Davison (Inactive) | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If you run this you'll get a segfault: pool = mariadb.ConnectionPool() Adding a pool_name="foo" arg avoids it. |
| Comments |
| Comment by Georg Richter [ 2020-01-25 ] |
|
Fixed. rev. b29f04204780f25571d95d8518c5b9277add6aa0 |