java-topology/defects/box2d/patch
russell@unturf.com 0d33225dcc sdl/box2d: CWE-407 findings
sdl-0001: SDL_gamepad.c SDL_PrivateAddMappingForGUID — O(M) tail walk of
s_pSupportedGamepads linked list on every mapping insert → O(M²) bulk load.
SDL_GameControllerDB ships >30 000 entries; fix: tail pointer s_pLastSupportedGamepad.

box2d-0001: broad_phase.c b2UnBufferMove — linear scan through moveArray to
find proxy key on destroy (acknowledged by code comment) → O(N²) on bulk destroy.
Fix: index map (proxyKey → slot) for O(1) swap-remove.
2026-03-30 09:25:48 -04:00
..
box2d-0001-broad-phase-index-map.patch undf: repair registry collision; 616 assigned (602-616 new); stamp all agent-added patches 2026-03-29 20:01:56 -04:00
box2d-0001-broad-phase-move-array-linear-scan.patch sdl/box2d: CWE-407 findings 2026-03-30 09:25:48 -04:00
CLEAN.md python-ruby wave: cpython/mastodon defects + 8 CLEAN markers; count 668→671 2026-03-29 19:50:42 -04:00