From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21076 invoked by alias); 12 Sep 2006 12:45:53 -0000 Received: (qmail 21054 invoked by uid 9452); 12 Sep 2006 12:45:52 -0000 Date: Tue, 12 Sep 2006 12:45:00 -0000 Message-ID: <20060912124552.21053.qmail@sourceware.org> From: pcaulfield@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cman/daemon commands.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00597.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2006-09-12 12:45:52 Modified files: cman/daemon : commands.c Log message: Fix strdup braindamage that probably caused segfaults when nodes left the cluster. This is likely to be the cause of bz#206083 (thanks to Steven Dake for most of the diagnostics on this). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.48&r2=1.49