[ovs-git] Open vSwitch: ovs-vsctl: Fix unitialized variables. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 16 17:32:43 UTC 2010


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  af9af3e21d307b5de2cdb69aecb3b8b5e7505cbc (commit)
      from  e111e681e36810ac4c5a87c1428ac243ded0ab23 (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 af9af3e21d307b5de2cdb69aecb3b8b5e7505cbc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=af9af3e21d307b5de2cdb69aecb3b8b5e7505cbc
Author: Jesse Gross <jesse at nicira.com>
		
ovs-vsctl: Fix unitialized variables.
		
The compiler pointed out two variables that it thought were used
without being initialized.  The first was just a spurious warning
but the second could result in an unitialized pointer being freed.
This fixes both of those issues.


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

Summary of changes:
 utilities/ovs-vsctl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list