mariadb/storage/innobase/sync
Marko Mäkelä e6a808bec7 Fix heap-use-after-free in debug code
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.
2018-08-03 15:40:13 +03:00
..
sync0arr.cc Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
sync0debug.cc Remove unused metadata for non-existing sync_thread_mutex 2018-01-28 22:17:54 +02:00
sync0rw.cc Fix heap-use-after-free in debug code 2018-08-03 15:40:13 +03:00
sync0sync.cc Remove unused metadata for non-existing sync_thread_mutex 2018-01-28 22:17:54 +02:00