server icon indicating copy to clipboard operation
server copied to clipboard

MDEV-35816 ASAN use-after-poison in st_select_lex::print

Open DaveGosselin-MariaDB opened this issue 7 months ago • 0 comments
trafficstars

Semi-joins with CTEs as the derived table will leave dangling pointers to the JOIN instance, from the corresponding SELECT_LEX instance, after first execution has completed. Clean these up during statement reinitialization, before subsequent executions occur.

DaveGosselin-MariaDB avatar Apr 21 '25 21:04 DaveGosselin-MariaDB