[ovs-git] Open vSwitch: ofproto: Fix use after free in ofoperation_complete(). (branch-1.7)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 7 20:23:47 UTC 2012


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, branch-1.7 has been updated
       via  4ad71abb2f6bc4e6b99b768d90df69d7af816aed (commit)
      from  04a67c083458784d1fed689bcb7ed904026d2352 (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 4ad71abb2f6bc4e6b99b768d90df69d7af816aed
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4ad71abb2f6bc4e6b99b768d90df69d7af816aed
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto: Fix use after free in ofoperation_complete().
		
In one edge case, ofoperation_complete() destroys its rule, without
updating its ofoperation that the rule is gone.  Later in the same
function, ofoperation_destroy() attempts to modify the rule which
already destroyed.

Bug #11797.
Signed-off-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 ofproto/ofproto.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list