|
From: Hans-Bernhard B. <br...@us...> - 2005-01-30 19:33:37
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31589 Modified Files: ChangeLog Log Message: Make last arg of execlp() a manifest null pointer. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -C2 -r1.142 -r1.143 *** ChangeLog 8 Dec 2004 21:23:02 -0000 1.142 --- ChangeLog 30 Jan 2005 19:33:27 -0000 1.143 *************** *** 1,7 **** ! 2004-12-08 Neil Horman <nh...@gm...> * src/dir.c: Fix to dissallow unreadable files from srcfiles list (sourceforge bug number 1040690) ! 2004-12-06 Neil Horman <nh...@gm...> * src/main.c: Fix for temp file security bug (sourceforge bug number 1062807 / CAN-2004-0970) --- 1,14 ---- ! 2005-01-30 Hans-Bernhard Broeker <br...@ph...> ! ! * src/mypopen.c (mypopen): Make closing argument to execlp() a ! manifest null pointer, not just a zero. ! ! 2004-12-08 Neil Horman <nh...@gm...> ! * src/dir.c: Fix to dissallow unreadable files from srcfiles list (sourceforge bug number 1040690) ! 2004-12-06 Neil Horman <nh...@gm...> ! * src/main.c: Fix for temp file security bug (sourceforge bug number 1062807 / CAN-2004-0970) |