[MXS-3408] ASAN reports leaks in the query classifier Created: 2021-02-16 Updated: 2021-02-18 Resolved: 2021-02-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.4 |
| Fix Version/s: | 2.4.16, 2.5.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A SELECT statement using ... PRECEDING or ... FOLLOWING (except for the case when ... is |
| Comments |
| Comment by Johan Wikman [ 2021-02-18 ] |
|
Fixed by properly deleting the allocated memory. After fix, no leak report by either ASAN or Valgrind. |