[cvs-nhc98] Bugfix for pattern-match failure. Sometimes the trace poi

Malcolm Wallace malcolm@sparud.net
Wed, 20 Feb 2002 17:14:15 +0100 (CET)


malcolm: Wed Feb 20 17:14:15 CET 2002

Update of /usr/src/master/nhc/src/hat/runtime
In directory hinken:/tmp/cvs-serv22482

Modified Files:
	initexit.c 
Log Message:
Bugfix for pattern-match failure.  Sometimes the trace pointer for
this kind of error is completely invalid - beyond the size of the
trace file.  This is because we forgot to remove any possible heap
indirections before reading the file pointer value.