[CONC-642] mysql_use_result() do not set error when allocating memory fails Created: 2023-03-29 Updated: 2023-03-30 Resolved: 2023-03-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Error handling |
| Affects Version/s: | 3.3.4 |
| Fix Version/s: | 3.1.21, 3.3.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Tao Su | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
all |
||
| Description |
|
mysql_use_result() do not set error when it fails to allocate memory for MYSQL_RES and data pointer of fields(MYSQL_RES::row). |
| Comments |
| Comment by Georg Richter [ 2023-03-30 ] |
|
Fixed - rev. 17d4f384030dbfffa4fa8e14de1ebe4a362fbe62 |