java-topology/defects/vice-0001/test
russell@unturf.com 24524ac502 vice: 1 CWE-407 defect, MOAD 0002-0005 CLEAN
vice-0001: monitor breakpoint list O(N) scan per opcode — search_checkpoint_list
traverses sorted checkpoint linked list without early exit. Code comment promises
"we can drop out early" but never implements it. Fix: break when entry.start_addr
exceeds target address. 200x fewer comparisons for addresses below first breakpoint.
11/11 PASS.

DOSBox-X: dosbox-x-0001/0002 previously committed (2026-03-31). MOAD 0002-0005 CLEAN.
2026-03-31 17:52:21 -04:00
..
ViceMonitorBreakpointTest$Checkpoint.class vice: 1 CWE-407 defect, MOAD 0002-0005 CLEAN 2026-03-31 17:52:21 -04:00
ViceMonitorBreakpointTest.class vice: 1 CWE-407 defect, MOAD 0002-0005 CLEAN 2026-03-31 17:52:21 -04:00
ViceMonitorBreakpointTest.java vice: 1 CWE-407 defect, MOAD 0002-0005 CLEAN 2026-03-31 17:52:21 -04:00