mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

The FragReassembler expire_timer was left uninitialized until after the first fragment is added, but since the atomic fragment is also the last, the reassembler thought expire_timer needed to be deleted. This fix just initializes expire_timer before the first fragment is added.
3.9 KiB
3.9 KiB