[ovs-git] Open vSwitch: ofproto-dpif: Fix null pointer dereference in get_ofp_port(). (next)

dev at openvswitch.org dev at openvswitch.org
Sat May 14 00:00:26 UTC 2011


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, next has been updated
       via  7df6a8bdb4abe4ac41c6d1a9043b69cbaea23bcc (commit)
       via  76ed83fc3f82f6d3074c4f87a38dd9ef164b6dc0 (commit)
      from  e65942a0679133af3325a214cc6be82b619a363e (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 7df6a8bdb4abe4ac41c6d1a9043b69cbaea23bcc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7df6a8bdb4abe4ac41c6d1a9043b69cbaea23bcc
Author: Ben Pfaff <blp at nicira.com>
		
ofproto-dpif: Fix null pointer dereference in get_ofp_port().
		


commit 76ed83fc3f82f6d3074c4f87a38dd9ef164b6dc0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=76ed83fc3f82f6d3074c4f87a38dd9ef164b6dc0
Author: Ben Pfaff <blp at nicira.com>
		
bridge: Fix uninitialized bond_stable_ids in port_configure_bond().
		
The recent merge of "master" added a new bond_stable_ids member to
struct ofproto_bundle_settings, but neglected to initialize it.  This fixes
the problem.

Found and verified using valgrind.


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

Summary of changes:
 ofproto/ofproto-dpif.c |    3 ++-
 vswitchd/bridge.c      |   25 ++++++++++++++++++++++---
 2 files changed, 24 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list