mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 08:38:14 -07:00
732dd9e396
contextlib.suppress(KeyError) around popitem prevents a crash in the SBS parser thread if stop_adsb() calls clear() concurrently between the len() check and the popitem call. Two unit tests verify FIFO eviction semantics and duplicate-key no-op.