Bug #78966 several mysqlbinlog mysql tests fail with address sanitizer
Submitted: 26 Oct 2015 14:49 Modified: 21 Apr 2016 16:29
Reporter: Richard Prohaska Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.7.9 OS:Ubuntu (14.04)
Assigned to: CPU Architecture:Any

[26 Oct 2015 14:49] Richard Prohaska
Description:
several of the mysqlbinlog tests fail due to memory leaks detected by the address sanitizer.

How to repeat:
cmake -DWITH_ASAN=ON
mtr --do-tests=mysqlbinlog --force --retry=0

Suggested fix:
Fix the dump_remote_log_entries function.
[26 Oct 2015 16:27] Erlend Dahl
Duplicate of 

Bug#78223 memory leak in mysqlbinlog
[21 Apr 2016 16:23] David Moss
Thanks for your feedback, this has been fixed and the following was added to the 5.7.12 changelog:

Valgrind tests of mysqlbinlog revealed some memory leaks.
[21 Apr 2016 16:29] David Moss
Changed to Closed accidentally.