summaryrefslogtreecommitdiff
path: root/mysys_ssl
diff options
context:
space:
mode:
authorAndrei <andrei.elkin@mariadb.com>2022-08-30 00:26:20 +0300
committerAndrei <andrei.elkin@mariadb.com>2022-09-07 20:35:43 +0300
commit5563202089e78855ad9295a3526a70e766d8a42d (patch)
tree6915bcd142b3b73ab59e4f07251fd627da09fb64 /mysys_ssl
parent80cf7a4c43209a91ac6514ac3ea0dd0b592e17f0 (diff)
downloadmariadb-git-5563202089e78855ad9295a3526a70e766d8a42d.tar.gz
MDEV-29322 ASAN heap-use-after-free in Query_log_event::do_apply_event
The ASAN report was made in the parallel slave execution of a query event and implicitly involved (so also parallelly run) Format-Description event. The Query actually had unexpected impossible dependency on a preceding "old" FD whose instance got destructed, to cause the ASAN error. The case is fixed with storing the FD's value into Query-log-event at its instantiating on slave. The stored value is from the very FD of the Query's original binlog so remains to be correct at the query event applying. The branch C. of a new rpl_parallel_29322.test also demonstrates (may need few --repeat though) the bug in its simple form of the same server version binlog.
Diffstat (limited to 'mysys_ssl')
0 files changed, 0 insertions, 0 deletions