Mellanox / libxlio

Other
32 stars 18 forks source link

issue: 3829626 Fix seg fault in TCP timers #122

Closed iftahl closed 5 months ago

iftahl commented 5 months ago

Iterate over std::list of TCP sockets while erasing socket during iteration. Overcomed by increasing iterator before erase.

Change type

What kind of change does this PR introduce?

Check list