cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.81k forks source link

fix(p4): potential race in lock manager #482

Closed skyzh closed 2 years ago

skyzh commented 2 years ago

Signed-off-by: Alex Chi iskyzh@gmail.com

The original starter code is implying that students can hold a reference to the unordered_map, which is wrong and might cause race condition.