• Jan Lindström's avatar
    MDEV-20378: Galera uses uninitialized memory · 7b4de104
    Jan Lindström authored
    Problem was that wsrep thread argument was deleted on wrong
    place. Furthermore, scan method incorrectly used unsafe c_ptr().
    Finally, fixed wsrep thread initialization to correctly set
    up thread_id and pass correct argument to functions and
    fix signess problem causing compiler errors.
    7b4de104
wsrep_thd.cc 14.8 KB