Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jan 2003 18:41:33 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 23300 for review 
Message-ID:  <20030107024133.6BE8E2A89E@canning.wemm.org>
In-Reply-To: <200301062041.h06KfaQK004683@repoman.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/ttycom.h>
>  #include <time.h>
>  #include <stdio.h>
> +#include <stdlib.h>
>  #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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030107024133.6BE8E2A89E>