mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
dbe2003d75
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.