From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7022 invoked by alias); 21 Mar 2006 20:46:04 -0000 Received: (qmail 6954 invoked by uid 9478); 21 Mar 2006 20:46:03 -0000 Date: Tue, 21 Mar 2006 20:46:00 -0000 Message-ID: <20060321204603.6952.qmail@sourceware.org> From: jbrassow@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/ccs/ccs_tool upgrade.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-q1/txt/msg00402.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: jbrassow@sourceware.org 2006-03-21 20:46:03 Modified files: ccs/ccs_tool : upgrade.c Log message: - ccs_tool can seg fault on upgrade bug 186121 apcFence { port = 6.2 switch = 1 option = "off" } When ccs_tool comes across the integers, it segfaults because it expects them to be strings. This checkin fixes that. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/upgrade.c.diff?cvsroot=cluster&r1=1.4&r2=1.5