• Marko Mäkelä's avatar
    Fix heap-use-after-free in debug code · e6a808be
    Marko Mäkelä authored
    rw_lock_get_debug_info(): Remove. This function is inherently unsafe
    to use, because the copied pointers can become stale between
    rw_lock_debug_mutex_exit() and the dereferencing of the pointer in
    the caller.
    e6a808be
sync0rw.cc 33.2 KB