[2166] in Source-Commits
third/tcsh sh.h sh.init.c sh.proc.c tw.init.c
daemon@ATHENA.MIT.EDU (Larry Stone)
Tue Oct 14 17:25:22 1997
To: source-commits@MIT.EDU
Date: Tue, 14 Oct 1997 17:25:19 EDT
From: Larry Stone <lcs@MIT.EDU>
Update of /afs/dev.mit.edu/source/repository/third/tcsh
In directory defiant:/var/local/lcs/co/third/tcsh
Modified Files:
sh.h sh.init.c sh.proc.c tw.init.c
Log Message:
CVS:
CVS:
Fixed problem with referencing beyond the end of mesg array when
NSIG was greater than its length. Use separate "sizeof" counter so
the code is not vulnerable to misconfiguration due to broken ifdefs,
since the ifdefs are very brittle.