[MDEV-18376] Memory leak in main.mysqladmin Created: 2019-01-25 Updated: 2019-03-06 Resolved: 2019-03-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.23, 10.3.14, 10.4.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | ASAN, leak | ||
| Description |
|
If you use cmake -DWITH_SAFEMALLOC=OFF -DWITH_ASAN=ON and run the following:
then it will fail with the following:
If you change the 2> redirect to a file, then that file will contain the following:
|