From owner-freebsd-ports Mon Dec 2 16:23:24 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23775 for ports-outgoing; Mon, 2 Dec 1996 16:23:24 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA23768 for ; Mon, 2 Dec 1996 16:23:22 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.3/8.6.9) with ESMTP id QAA01826; Mon, 2 Dec 1996 16:23:20 -0800 (PST) To: shana@websciences.org cc: ports@FreeBSD.ORG Subject: Re: question In-reply-to: Your message of "Mon, 02 Dec 1996 11:14:43 PST." <32A32AA3.7BAD@websciences.org> Date: Mon, 02 Dec 1996 16:23:20 -0800 Message-ID: <1823.849572600@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'll bet you're passing NULL as one of the arguments to strcat() in violation of the spec. Jordan > I have a question about strcat. It seems to blow up on us on the freebsd > system, but runs perfectly fine on a linux machine. It is a message sent > to the screen that uses strcat. Other messages being sent work fine, but > when these particular ones are called, they crash it. The only thing I > can see that is different between these messages is the strcat line. The > string.h file is on the machine, though is it possible that they are > different? > > I can send sections of the code if necessary to explain what I mean. > > - Shana