commit | b79b9a98650cd8018141874d2a5e59c1cd78ea3c | [log] [tgz] |
---|---|---|
author | Alexander Yurchenko <[email protected]> | Fri Feb 19 12:26:34 2010 +0300 |
committer | Stephen Hemminger <[email protected]> | Sun Mar 28 15:56:38 2010 -0700 |
tree | da76a9baf0d1ee3aac1536ffa89a49c4043a9aab | |
parent | 18da741b5f843f196b7a1ba8d85da8506a1a58f6 [diff] |
Fix null pointer dereference in bridge_bpdu_rcv Check that the interface on which bpdu was received is actually a bridge port. It's possible to receive an STP packet on a bridge interface itself if the bridge has STP disabled and forwards STP traffic. Signed-off-by: Alexander Yurchenko <[email protected]>