View | Details | Raw Unified | Return to bug 2047
Collapse All | Expand All

(-)a/RELEASE_NOTES (+1 lines)
 Lines 58-63    Link Here 
58
- Bug 2037 - HT capabilities may print bogus chars
58
- Bug 2037 - HT capabilities may print bogus chars
59
- Bug 2038 - Stop method does not stop next wave in WaveformGenerator
59
- Bug 2038 - Stop method does not stop next wave in WaveformGenerator
60
- Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer
60
- Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer
61
- Bug 2047 - Ipv6EndPointDemux::Lookup may crash
61
62
62
Known issues
63
Known issues
63
------------
64
------------
(-)a/src/internet/model/ipv6-end-point-demux.cc (+4 lines)
 Lines 197-202    Link Here 
197
197
198
      if (endP->GetBoundNetDevice ())
198
      if (endP->GetBoundNetDevice ())
199
        {
199
        {
200
          if (!incomingInterface)
201
            {
202
              continue;
203
            }
200
          if (endP->GetBoundNetDevice () != incomingInterface->GetDevice ())
204
          if (endP->GetBoundNetDevice () != incomingInterface->GetDevice ())
201
            {
205
            {
202
              NS_LOG_LOGIC ("Skipping endpoint " << &endP
206
              NS_LOG_LOGIC ("Skipping endpoint " << &endP

Return to bug 2047