From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15028 invoked by alias); 30 Dec 2007 09:30:15 -0000 Received: (qmail 15008 invoked by uid 9702); 30 Dec 2007 09:30:15 -0000 Date: Sun, 30 Dec 2007 09:30:00 -0000 Message-ID: <20071230093015.15007.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cman/daemon ais.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00338.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-12-30 09:30:15 Modified files: cman/daemon : ais.c Log message: Fix error reporting to aisexec. aisexec expects an error_string string set by config_read if config_read fails. The lack of error_string is not checked by aisexec that will segfault. Set error_string properly and clean up the old errorstring that is not used. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.56&r2=1.57