Bugzilla – Bug 1486
segfaults in nix-vector routing with bridges
Last modified: 2012-08-27 03:02:00 UTC
Created attachment 1435 [details] patch on the following lines: Ptr<Channel> chBridged = ndBridged->GetChannel (); if (channel == 0) { continue; } in nix-vector-routing.cc GetAdjacentNetDevices the 'if' statement should be checking 'chBridged' rather than 'channel'. Else there is the potential for this function to be recursively called with a null 'channel' param. Patch included.
changeset: c57bd30c65cf