Path: utzoo!attcan!uunet!l5comp!scotty From: scotty@l5comp.UUCP (Scott Turner) Newsgroups: comp.unix.microport Subject: Re: running "pcomm" on Sys V/AT Summary: Good ol' VAX software strikes again Keywords: de'reffing NULL pointers again Message-ID: <424@l5comp.UUCP> Date: 17 Sep 88 06:19:24 GMT References: <633@wa3wbu.UUCP> Reply-To: scotty@l5comp.UUCP (Scott Turner) Organization: L5 Computing, Edmonds, WA Lines: 9 Deep in the heart of ports.c of pcomm you will find a if statement that checks *str != NULL || str != NULL. This needs to be reversed so that it checks if str is NULL before it checks to see if what str points at is NULL. I've sent the author an E-Mail about this. Scott Turner scotty@l5comp -or- uunet!l5comp!scotty