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
Follow-up from #13 review: in src/rest/routes.rs, the buffer lock could deadlock the block-creation lock if it isn't guaranteed to be released. Audit every site that acquires either lock to confirm the ordering is safe.
Follow-up from #13 review: in
src/rest/routes.rs, the buffer lock could deadlock the block-creation lock if it isn't guaranteed to be released. Audit every site that acquires either lock to confirm the ordering is safe.Review comment: #13 (comment)