Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: Notesfiles $Revision: 1.6.2.17 $; site uiucdcsb.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!inuxc!pur-ee!uiucdcsb!grunwald
From: grunwald@uiucdcsb.UUCP
Newsgroups: net.bugs
Subject: Berkeley PC errors
Message-ID: <6100001@uiucdcsb.UUCP>
Date: Fri, 8-Feb-85 15:53:00 EST
Article-I.D.: uiucdcsb.6100001
Posted: Fri Feb  8 15:53:00 1985
Date-Received: Mon, 11-Feb-85 06:30:05 EST
Lines: 18
Nf-ID: #N:uiucdcsb:6100001:000:384
Nf-From: uiucdcsb!grunwald    Feb  8 14:53:00 1985


Here's a couple of Berkeley Pascal Compiler errors:

In file 'fdec.c' there is there following

-- was
	char *cp
	...
	cp = 's';

-- should be
	cp = "s"

In files 'type.c', 'var.c' and 'fhdr.c', appropriate checks are not made to
ensure that the type pointer returned from 'gtype is non-NIL. This leads to
possibly dereferencing a NIL-pointer when a type is undefined.

dirk grunwald