[ovs-git] Open vSwitch: ofproto-dpif: Fix memory leak in handle_flow_miss(). (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Tue Aug 20 14:19:04 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, branch-1.11 has been updated
       via  e5b90c6a53a50778eac7af9b0ed0f8ad39e7dbf0 (commit)
      from  cf7eed48d44f29c2d2670558c9370b7bf9d7e1e5 (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 e5b90c6a53a50778eac7af9b0ed0f8ad39e7dbf0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e5b90c6a53a50778eac7af9b0ed0f8ad39e7dbf0
Author: Ben Pfaff <blp at nicira.com>
		
ofproto-dpif: Fix memory leak in handle_flow_miss().
		
Every xlate_actions() needs a corresponding xlate_out_uninit(), but the
call in handle_flow_miss() lacked one.  struct xlate_out has a built-in
256-byte actions stub, so the bug only showed up for lots of actions.

Bug #19198.
Reported-by: Ronald Lee <ronaldlee at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Justin Pettit <jpettit at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list