Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 1998 12:44:37 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8818: [PATCH] ports/mail/exim libident bug causes SEGV 
Message-ID:  <15387.911817877@axl.training.iafrica.com>
In-Reply-To: Your message of "Mon, 23 Nov 1998 01:50:03 PST." <199811230950.BAA29220@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

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?15387.911817877>