[ovs-git] Open vSwitch: util: Don't set thread name to empty (master)

dev at openvswitch.org dev at openvswitch.org
Mon Sep 9 17:03:14 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  e584f6a8e33e5c3643155af2d0b10975d50e524a (commit)
      from  223fad326cfe775489879759103df3ccb0273751 (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 e584f6a8e33e5c3643155af2d0b10975d50e524a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e584f6a8e33e5c3643155af2d0b10975d50e524a
Author: Guolin Yang <gyang at nicira.com>
		
util: Don't set thread name to empty
		
In monitor_daemon(), it set subprogram_name to "" which causes system crash
in some platform when trying to set the thread name to "".  This change set
thread name to program name in this case.

Signed-off-by: Guolin Yang <gyang at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/util.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list