Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 12:41:36 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23300 for review
Message-ID:  <200301062041.h06KfaQK004683@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)

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?200301062041.h06KfaQK004683>