Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 1998 02:50:00 -0800 (PST)
From:      Sheldon Hearn <axl@iafrica.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8818: [PATCH] ports/mail/exim libident bug causes SEGV 
Message-ID:  <199811231050.CAA02390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8818; it has been noted by GNATS.

From: Sheldon Hearn <axl@iafrica.com>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org
Cc:  Subject: Re: ports/8818: [PATCH] ports/mail/exim libident bug causes SEGV 
Date: Mon, 23 Nov 1998 12:44:37 +0200

 Damnit! Wrong patch sent. Please ignore the previous patch and apply the
 one that follows.
 
 Thanks,
 Sheldon.
 
 diff -urN exim.orig/patches/patch-ae exim/patches/patch-ae
 --- exim.orig/patches/patch-ae	Thu Jan  1 02:00:00 1970
 +++ exim/patches/patch-ae	Mon Nov 23 11:58:34 1998
 @@ -0,0 +1,9 @@
 +--- src/libident/id_parse.c.orig	Mon Nov 23 11:58:02 1998
 ++++ src/libident/id_parse.c	Mon Nov 23 11:58:15 1998
 +@@ -199,5 +199,5 @@
 + 	    cp = id_strtok((char *)0, "\n\r", &c);
 + 
 +-	if (identifier)
 ++	if (identifier && cp)
 + 	{
 + 	    *identifier = id_strdup(cp);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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