[CONC-595] Don't free event when event_type is unknown Created: 2022-05-25 Updated: 2023-12-06 Resolved: 2022-08-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Non blocking API |
| Affects Version/s: | 3.2.7, 3.3.1 |
| Fix Version/s: | 3.3.2 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If an unknown event type was detected, mariadb_rpl_fetch() returns NULL and frees allocated memory. Instead event should be returned so application will be able to handle unknown events and read further events. See Pull Request 193 |
| Comments |
| Comment by Ralf Gebhardt [ 2022-07-01 ] |
|
I am removing Fix Version 3.2.8 as we will not release 3.2 anymore |