|
From: Petr S. <pe...@us...> - 2001-10-09 18:59:10
|
Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv31785
Modified Files:
AUTHORS ChangeLog
Log Message:
Possible prevention of a buffer overflow (Valentin).
Index: AUTHORS
===================================================================
RCS file: /cvsroot/cscope/cscope/AUTHORS,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** AUTHORS 2001/07/05 21:25:03 1.29
--- AUTHORS 2001/10/09 18:59:07 1.30
***************
*** 30,31 ****
--- 30,32 ----
Dmitry Obukhov - Hilight code in webcscope
David Cohrs - LEX and SUNOS scanner fix
+ Valentin Podlovchenko - Overflow prevention and link recursion fix patch
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -r1.102 -r1.103
*** ChangeLog 2001/09/27 12:38:18 1.102
--- ChangeLog 2001/10/09 18:59:07 1.103
***************
*** 1,2 ****
--- 1,3 ----
+ (2001/10/09 - valentin) Prevention of a possible buffer overflow.
(2001/09/27 - broeker) Added autoconf test to use Cygwin's separate
-lregex. The regcomp() in libc is not what we want.
|