Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!samsung!uunet!aplcen!haven!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Bugs in adventure Message-ID: <21103@nigel.udel.EDU> Date: 5 Jun 90 15:08:34 GMT Sender: mmdf@udel.EDU Lines: 19 Sorry, you had better sent it to the referees first. Two bugs I found within a few minutes: 1) use tolower and toupper defensively, that is, check if the argument is really uppercase when using tolower. I had to fix it on our SUN here by changing the SUN include-files. sure the errors will revive when I install the next OS update. 2) file database.c, gettrav(): travel[++i]...... ^^^ When I first tested the program, i reached MAXTRAV and travel[++i].... overwrote fd1, yielding a core dump later. I am sure travel[i] is much better. This change lets the program run and lets me enter some dark caves..... C.v.W.