CWE-407 defect in src/items/item_manager.cpp:635. std::find on std::vector<int> invalid_location inside retry loop inside placement loop. Fix: std::unordered_set<int> for O(1) membership. 13.8x at N=500. MOAD-0002 through MOAD-0005 scanned CLEAN: - MOAD-0002 (Intertangle): standard game engine singleton pattern - MOAD-0003 (Leaked Context): thread_local g_process_type is process-scoped - MOAD-0004 (Logged Secret): HTTP request logging already has credential denylist - MOAD-0005 (Thundering Herd): no shared cache patterns in network code |
||
|---|---|---|
| .. | ||
| supertuxkart-0001.patch | ||