From: Neil H. <nh...@us...> - 2009-05-06 14:42:05
|
Update of /cvsroot/cscope/cscope In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24449 Modified Files: ChangeLog Log Message: Fixing length check on alt. ref file Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -C2 -r1.179 -r1.180 *** ChangeLog 30 Apr 2009 22:16:28 -0000 1.179 --- ChangeLog 6 May 2009 14:41:50 -0000 1.180 *************** *** 1,2 **** --- 1,6 ---- + 2009-05-06 Neil Horman <nh...@tu...> + + * src/main.c: Fixed string length checks to avoid overflow + 2009-04-30 Hans-Bernhard Broeker <br...@ph...> |