[CONC-197] mysql_stmt_fetch_column function will coredump if bind[0].length ptr is NULL. Created: 2016-08-11 Updated: 2016-10-17 Resolved: 2016-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.3.0, 2.3.1 |
| Fix Version/s: | 3.0.1, 2.3.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | shuianle | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
in mysql_stmt_fetch_column function have follow code
if bind[0].length ptr is NULL, else branch will coredump The right code maybe
|
| Comments |
| Comment by Georg Richter [ 2016-08-18 ] |
|
Fixed in C/C 2.3.2: rev 84e0f5c7596b4742cf2853ca705433c35ba63e55 |