• Sergei Golubchik's avatar
    embedded use-after-free ASAN error · 9e22cae1
    Sergei Golubchik authored
    Close MYSQL (and destroy THD) in the same thread where it was used,
    because THD embeds MDL_context, that owns some LF_PINS, that remember
    a pointer to my_thread_var->stack_ends_here.
    9e22cae1
mysqltest.cc 290 KB