[ovs-git] Open vSwitch: bridge: Fix segfault when updating learning table for deleted port. (citrix)

dev at openvswitch.org dev at openvswitch.org
Thu Nov 12 01:22:19 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, citrix has been updated
       via  f1bd68ab587edcbf6d6702c1843eba286db190ab (commit)
      from  42061b2a5b79d44c0ff9442a8203f0c7672ee9cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f1bd68ab587edcbf6d6702c1843eba286db190ab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f1bd68ab587edcbf6d6702c1843eba286db190ab
Author: Jesse Gross <jesse at nicira.com>
		
bridge: Fix segfault when updating learning table for deleted port.
		
A function call using in_port was accidentally moved before the check
to see if it is null.  in_port can be null if a port was deleted but
an update is still pending.  This moves the call after the check.

Bug #2313


-----------------------------------------------------------------------

Summary of changes:
 vswitchd/bridge.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list