[ovs-git] Open vSwitch: vconn: Fix comparison that should be assignment in vconn_open_block(). (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 22 18:15:34 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, master has been updated
       via  aa31e6051dd9fb471562f4a2180acf9692c73a10 (commit)
       via  a6c8e0d9e99f1eb341d87df26b6fa02dc051f4a0 (commit)
       via  f7c21036f9cc592727b791f9e7bee8bc75ed7285 (commit)
       via  08871bf6f0ac5dd8afc6a571b43e7948de4ac832 (commit)
       via  76f1c218bd84e44666c5a0ae54d543dbce42c376 (commit)
       via  4c1b8fc2e514344a55789d6ac9909ce904137578 (commit)
       via  9466d7d4b9388f276a99506d9d8a4eca84fb509f (commit)
       via  a5d5354945b1376c851f8b599f420f65bf076db6 (commit)
       via  eaf9d084a592c53b390597b9ca276c3836bcf7dc (commit)
       via  05edc34ca119606f349c6557f2fbe682861ab3d8 (commit)
       via  822b56da1165488311e7a5460ed995cf0465b672 (commit)
      from  da51646f6ff59189f66eb76a3cdfdf7fcd936f76 (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 aa31e6051dd9fb471562f4a2180acf9692c73a10
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=aa31e6051dd9fb471562f4a2180acf9692c73a10
Author: Justin Pettit <jpettit at nicira.com>
		
vconn: Fix comparison that should be assignment in vconn_open_block().
		
Coverity #10702


commit a6c8e0d9e99f1eb341d87df26b6fa02dc051f4a0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a6c8e0d9e99f1eb341d87df26b6fa02dc051f4a0
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-vsctl: Check "key" is valid before dereferencing in get_external_id().
		
Coverity #10716


commit f7c21036f9cc592727b791f9e7bee8bc75ed7285
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f7c21036f9cc592727b791f9e7bee8bc75ed7285
Author: Justin Pettit <jpettit at nicira.com>
		
ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().
		
There's no indication that "date" is optional in the description of
ovsdb_file_txn_from_json(), and the one caller always passes it in, so
don't bother checking whether it exists.

Coverity #10732


commit 08871bf6f0ac5dd8afc6a571b43e7948de4ac832
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=08871bf6f0ac5dd8afc6a571b43e7948de4ac832
Author: Justin Pettit <jpettit at nicira.com>
		
socket-util: Free strings in make_sockaddr_un() error handling.
		
Coverity #10721,10720


commit 76f1c218bd84e44666c5a0ae54d543dbce42c376
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=76f1c218bd84e44666c5a0ae54d543dbce42c376
Author: Justin Pettit <jpettit at nicira.com>
		
ovsdb: Free "error" string in ovsdb_execute_insert().
		
Coverity #10723


commit 4c1b8fc2e514344a55789d6ac9909ce904137578
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4c1b8fc2e514344a55789d6ac9909ce904137578
Author: Justin Pettit <jpettit at nicira.com>
		
daemon: Fix leak of string in make_pidfile().
		
Coverity #10724


commit 9466d7d4b9388f276a99506d9d8a4eca84fb509f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9466d7d4b9388f276a99506d9d8a4eca84fb509f
Author: Justin Pettit <jpettit at nicira.com>
		
ovsdb-data: Free string leaked in ovsdb_datum_from_string().
		
Coverity #10725


commit a5d5354945b1376c851f8b599f420f65bf076db6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a5d5354945b1376c851f8b599f420f65bf076db6
Author: Justin Pettit <jpettit at nicira.com>
		
discovery: Free "buffer" in discovery_set_accept_controller_re().
		
Coverity #10728


commit eaf9d084a592c53b390597b9ca276c3836bcf7dc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=eaf9d084a592c53b390597b9ca276c3836bcf7dc
Author: Justin Pettit <jpettit at nicira.com>
		
ofproto: Free "controller_name" in ofconn_run().
		
Coverity #10729


commit 05edc34ca119606f349c6557f2fbe682861ab3d8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=05edc34ca119606f349c6557f2fbe682861ab3d8
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-brcompatd: Fix memory leak in handle_fdb_query_cmd().
		
Coverity #10731


commit 822b56da1165488311e7a5460ed995cf0465b672
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=822b56da1165488311e7a5460ed995cf0465b672
Author: Justin Pettit <jpettit at nicira.com>
		
ovsdb: Fix double free in ovsdb_file_open_log().
		
Coverity #11066


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

Summary of changes:
 lib/daemon.c             |    2 +-
 lib/ovsdb-data.c         |    4 +++-
 lib/socket-util.c        |    2 ++
 lib/vconn.c              |    2 +-
 ofproto/discovery.c      |    1 +
 ofproto/ofproto.c        |    1 +
 ovsdb/execution.c        |    1 +
 ovsdb/file.c             |    5 +----
 utilities/ovs-vsctl.c    |    2 +-
 vswitchd/ovs-brcompatd.c |    1 +
 10 files changed, 13 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list