Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv1740
Modified Files:
ChangeLog
Log Message:
Substituted lstat() for stat() to prevent core dumps on infinite symbolic link
loops.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -r1.93 -r1.94
*** ChangeLog 2001/07/09 14:00:25 1.93
--- ChangeLog 2001/07/09 14:58:25 1.94
***************
*** 1,2 ****
--- 1,4 ----
+ (2001/07/09 - petrs) Substituted lstat() for stat() to prevent core
+ dumps on looping symbolic references.
(2001/07/06 - broeker) Code dealing with database creation ripped out of
main.c and moved to a new module build.c. New
|