• Monty's avatar
    MDEV-21470 ASAN heap-use-after-free in my_hash_sort_bin · 0b73ef06
    Monty authored
    The problem was that the server was calling virtual functions on a record
    that was not initialized with new data.
    This happened when fill_record() was aborted in the middle because an
    error in save_val() or save_in_field()
    0b73ef06
table.cc 293 KB