Berkeley PC errors

grunwald at uiucdcsb.UUCP grunwald at uiucdcsb.UUCP
Sat Feb 9 06:53:00 AEST 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



More information about the Net.bugs mailing list