[ovs-git] Open vSwitch: ovs-vsctl: Fix a segfault. (branch-1.10)

dev at openvswitch.org dev at openvswitch.org
Fri Apr 12 21:44:41 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.10 has been updated
       via  6ec25c4c3fc5c9f69eae4af6adbe06a3f1993e10 (commit)
      from  fb9a39015716d47f8d922de9fc2478b25a5bf946 (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 6ec25c4c3fc5c9f69eae4af6adbe06a3f1993e10
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6ec25c4c3fc5c9f69eae4af6adbe06a3f1993e10
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ovs-vsctl: Fix a segfault.
		
The following two commands results in a ovs-vsctl segfault.
ovs-vsctl -vfatal_signal:off --timeout=0 wait-until \
Open_vswitch . external_ids:blah="1"
/etc/init.d/openvswitch-switch restart

This patch fixes the segfault by properly setting the global
varibale, the_idl_txn to NULL when the underlying memory is
freed.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


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

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list