mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
If UpdateClients() was called in the same update batch as an entry removal, it could crash in GetEntry() due to a null entry caused by deletion before a removal erase pass was made.