Actions
Bug #2516
closedUdpChannel::newPeer does not properly handle error condition
Start date:
02/12/2015
Due date:
% Done:
100%
Estimated time:
Description
When UdpChannel is destroyed, newPeer is called with error==cancelled. There could be other error conditions upon which no processing should take place inside the method.
Updated by Alex Afanasyev almost 10 years ago
- Status changed from Resolved to Code review
- % Done changed from 0 to 100
Updated by Alex Afanasyev almost 10 years ago
- Blocks Bug #2517: NFD state is not properly cleaned up on destruction added
Updated by Alex Afanasyev almost 10 years ago
I cannot come up with a feasible test case. This bug was causing error intermittently (depending on what random value goes into UdpChannel::m_newRemoteEndpoint
).
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Actions