java-topology/defects/openmsx-0001/test
russell@unturf.com 8ec20778f5 openmsx: 1 CWE-407 defect, MOAD 0002-0005 CLEAN
openmsx-0001: MSXCPUInterface::checkBreakPoints() O(B) linear scan
over all breakpoints per Z80 instruction when any breakpoint is active.
Fix: unordered_map<uint16_t, vector<id>> index gives O(k) lookup where
k = breakpoints at current PC (typically 0). 500x improvement at B=500.
2026-03-31 19:06:37 -04:00
..
test_openmsx0001 openmsx: 1 CWE-407 defect, MOAD 0002-0005 CLEAN 2026-03-31 19:06:37 -04:00
test_openmsx0001.cpp openmsx: 1 CWE-407 defect, MOAD 0002-0005 CLEAN 2026-03-31 19:06:37 -04:00