Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 327 Bytes

2022-07-13-improvements-to-lock-detection.md

File metadata and controls

6 lines (6 loc) · 327 Bytes
  • CON53-CPP - DeadlockByLockingInPredefinedOrder.ql
    • Optimized performance and expanded coverage to include cases where locking order is not serialized
  • CON52-CPP - PreventBitFieldAccessFromMultipleThreads.ql
    • Fixed an issue with RAII-style locks and scope causing locks to not be correctly identified.