[ovs-git] Open vSwitch: ovsdb-tool: Fix memory leak on error path in "show-log" implementation. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jan 31 22:15:32 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  a15fce8efcd159d729ad4749a6c3a1b7dbb36571 (commit)
       via  9582c4f577017c9a8b00bbd689bc9a918d6a090d (commit)
       via  801d2b2a1de3db51dc9d41ba746ad228c6d1e740 (commit)
       via  8f75dea3e4d5f92e2bc5d13a1d92cd368fcd9f11 (commit)
      from  b47e6df6be58e4cf4d876dce5ffa36c42ee6e977 (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 a15fce8efcd159d729ad4749a6c3a1b7dbb36571
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a15fce8efcd159d729ad4749a6c3a1b7dbb36571
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-tool: Fix memory leak on error path in "show-log" implementation.
		
Found by Coverity.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 9582c4f577017c9a8b00bbd689bc9a918d6a090d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9582c4f577017c9a8b00bbd689bc9a918d6a090d
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-idl: Fix memory leak on error path.
		
Found by Coverity.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 801d2b2a1de3db51dc9d41ba746ad228c6d1e740
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=801d2b2a1de3db51dc9d41ba746ad228c6d1e740
Author: Ben Pfaff <blp at nicira.com>
		
meta-flow: Add missing "break" to mf_set_wild().
		
Found by Coverity.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 8f75dea3e4d5f92e2bc5d13a1d92cd368fcd9f11
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8f75dea3e4d5f92e2bc5d13a1d92cd368fcd9f11
Author: Ben Pfaff <blp at nicira.com>
		
meta-flow: Avoid null pointer dereference in mf_format_frag_string().
		
The 'maskp' parameter to this function can be NULL, but the function
always dereferenced it.  This commit fixes the problem.

This commit also fixes the order in which the value and mask were adjusted
to correctly discard 1-bits outside of FLOW_NW_FRAG_MASK.

Found by Coverity.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/meta-flow.c    |   10 ++++------
 lib/ovsdb-idl.c    |    3 ++-
 ovsdb/ovsdb-tool.c |    6 ++++--
 3 files changed, 10 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list