From owner-p4-projects Mon Jan 6 18:41:39 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A471437B405; Mon, 6 Jan 2003 18:41:37 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47BF337B406 for ; Mon, 6 Jan 2003 18:41:37 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 082BB43ED1 for ; Mon, 6 Jan 2003 18:41:37 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 6BE8E2A89E for ; Mon, 6 Jan 2003 18:41:33 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Perforce Change Reviews Subject: Re: PERFORCE change 23300 for review In-Reply-To: <200301062041.h06KfaQK004683@repoman.freebsd.org> Date: Mon, 06 Jan 2003 18:41:33 -0800 From: Peter Wemm Message-Id: <20030107024133.6BE8E2A89E@canning.wemm.org> Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > http://perforce.freebsd.org/chv.cgi?CH=23300 > > Change 23300 by peter@peter_itanic2 on 2003/01/06 12:41:12 > > fix segfault on ia64 (undeclared realloc()) - I have a suspicion > that this may be the cause of sshd segfaulting on pluto1 > > Affected files ... > > .. //depot/projects/ia64/contrib/com_err/getarg.c#2 edit > > Differences ... > > ==== //depot/projects/ia64/contrib/com_err/getarg.c#2 (text+ko) ==== > > @@ -43,6 +43,7 @@ > #include > #include > #include > +#include > #include "getarg.h" > > #define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag) Yes, this appears to fix ssh -2 when connecting to pluto1.freebsd.org. Or maybe it was fixed some other way in the last 2 weeks. privsep still blows up though. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message