[ovs-git] Open vSwitch: ofproto-dpif-xlate: Fix freeing uninitialized "struct ofpbuf". (master)

dev at openvswitch.org dev at openvswitch.org
Fri Oct 11 21:21:09 UTC 2013


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, master has been updated
       via  02ea2703b94a3d7e5412e9345f86ae80c182eaeb (commit)
      from  9f5e8906e98786f2254eff53e337531aa70f1a59 (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 02ea2703b94a3d7e5412e9345f86ae80c182eaeb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=02ea2703b94a3d7e5412e9345f86ae80c182eaeb
Author: Alex Wang <alexw at nicira.com>
		
ofproto-dpif-xlate: Fix freeing uninitialized "struct ofpbuf".
		
Commit 91d6cd12 (ofproto-dpif: Move send_packet() to
ofproto-dpif-xlate module.) introduced a bug that frees the "struct
ofpbuf" in 'xout' when the struct is not initialized.  This commit
fixes the bug.

Reported-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Alex Wang <alexw at nicira.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif-xlate.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list