Bug 2047 - Ipv6EndPointDemux::Lookup may crash
This commit is contained in:
@@ -58,6 +58,7 @@ Bugs fixed
|
||||
- Bug 2037 - HT capabilities may print bogus chars
|
||||
- Bug 2038 - Stop method does not stop next wave in WaveformGenerator
|
||||
- Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer
|
||||
- Bug 2047 - Ipv6EndPointDemux::Lookup may crash
|
||||
|
||||
Known issues
|
||||
------------
|
||||
|
||||
@@ -197,6 +197,10 @@ Ipv6EndPointDemux::EndPoints Ipv6EndPointDemux::Lookup (Ipv6Address daddr, uint1
|
||||
|
||||
if (endP->GetBoundNetDevice ())
|
||||
{
|
||||
if (!incomingInterface)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (endP->GetBoundNetDevice () != incomingInterface->GetDevice ())
|
||||
{
|
||||
NS_LOG_LOGIC ("Skipping endpoint " << &endP
|
||||
|
||||
Reference in New Issue
Block a user