MDEV-24964 : Heap-buffer-overflow on wsrep_schema.cc ::remove_fragments
Problem was that we used heap allocated key using too small array. Fixed by using dynamic memory allocation using actual needed size.
Showing
Please register or sign in to comment