Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!im4u!ut-sally!husc6!wjh12!gst From: gst@wjh12.HARVARD.EDU (Gary S. Trujillo) Newsgroups: net.sources.bugs Subject: bug in UNaXcess "getuser()" [user.c] Message-ID: <9@wjh12.HARVARD.EDU> Date: Fri, 1-Aug-86 14:46:55 EDT Article-I.D.: wjh12.9 Posted: Fri Aug 1 14:46:55 1986 Date-Received: Sat, 2-Aug-86 10:32:54 EDT References: <1319@ncoast> Reply-To: gst@wjh12.UUCP (Gary S. Trujillo) Distribution: net Organization: Aiken Comp Lab, Harvard Lines: 16 There appears to be a problem in the routine getuser() in file user.c in Brandon Allbery's "UNaXcess" bulletin board system recently posted to net.sources. Here's the fix: 72c72 < for (p++, q = lcuname; *p != ':'; p++, q++) --- > for (p++, q = lcuname; *p != '\n'; p++, q++) By the way, I have applied lint to all the code, and have managed to stifle most of its complaints. If anyone wants my lintified version, please let me know. It should be ready fairly soon. -- Gary Trujillo (harvard!wjh12!gst)