From owner-freebsd-ports Mon Nov 23 02:49:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28935 for freebsd-ports-outgoing; Mon, 23 Nov 1998 02:49:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28930 for ; Mon, 23 Nov 1998 02:49:55 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02390; Mon, 23 Nov 1998 02:50:00 -0800 (PST) Date: Mon, 23 Nov 1998 02:50:00 -0800 (PST) Message-Id: <199811231050.CAA02390@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Sheldon Hearn Subject: Re: ports/8818: [PATCH] ports/mail/exim libident bug causes SEGV Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/8818; it has been noted by GNATS. From: Sheldon Hearn 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