You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mds: fix issues with use-after-free in C_Flush_Journal
Resolved use-after-free issue of ESubtreeMap. The subtreemap event gets
destroyed after it is submitted to the log.
MDLog::submit_event() now returns a sequence number of the submitted event.
Fixes: https://tracker.ceph.com/issues/69953
Signed-off-by: Milind Changire <[email protected]>
0 commit comments