[CONC-294] Access violation on mysql_close with a connection plugin. Created: 2017-11-12 Updated: 2018-01-21 Resolved: 2018-01-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.2 |
| Fix Version/s: | 3.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrey Volk | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The problem is because mysql->extension->conn_hdlr is kept with a value after "free(p);" at line 1920.
Should be
|
| Comments |
| Comment by Georg Richter [ 2018-01-21 ] |
|
Fixed (rev. 00903bb676384c21fc30427e3913c6f189497fac) |