• Marko Mäkelä's avatar
    Do not compare uninitialized data · 6ec6eda4
    Marko Mäkelä authored
    Valgrind only seems to complain about memcmp() operations that
    actually end up reading uninitialized data, while MemorySanitizer
    requires that the entire length of both buffers be defined.
    6ec6eda4
wsrep_xid.cc 7.05 KB