Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!HARVARD.HARVARD.EDU!kovar%husc4
From: kovar%husc4@HARVARD.HARVARD.EDU (David Kovar)
Newsgroups: comp.protocols.appletalk
Subject: Another bug in CAP5.0 when using Sun 386i machines.
Message-ID: 
Date: 20 Sep 88 12:40:26 GMT
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: The Internet
Lines: 8


  lwpr dies with a segmentation violation when it checks to see if LWNAME
is NULL. LWNAME is declared as "char *LWNAME". Works fine on all other
machines I've used but it needs to be "char *LWNAME = NULL" on my Sun 386i
running OS4.0. I'm fairly certain that this bug will crop up in other
places in the code but classes just started and I've not had time to track
them down.

-David Kovar