[1511] in testers
vax 7.2L bmtoa
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Dec 20 12:11:22 1990
To: testers@ATHENA.MIT.EDU, vanharen@ATHENA.MIT.EDU
Date: Thu, 20 Dec 90 12:11:02 EST
From: John Carr <jfc@ATHENA.MIT.EDU>
The <strings.h> that was used for part of the build had an incorrect prototype
for index() and rindex(). It declared their second argument as type (char).
The functions expect arguments of type (int). When rindex used the second
argument as an index into a table, it crashed because the 3 high bytes of the
index were not cleared.
The fix is to rebuild everything built with gcc on the VAX.