]> git.wh0rd.org Git - nano.git/commitdiff
- rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots...
authorChris Allegretta <chrisa@asty.org>
Thu, 7 Mar 2002 00:47:22 +0000 (00:47 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 7 Mar 2002 00:47:22 +0000 (00:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1114 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 4ed94db6a229ffc6b0390fdba24b4baeaff2cd3e..645a67e54db8f469d6845ef3d7871eae2faad003 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,9 @@ CVS code -
   main()
        - Put NANO_SMALL defines around toggle pointer (noticed by Jordi);
 - rcfile.c:
-  
+  parse_rcfile()
+       - Don't use i for both for loop and atoi(), fixes lots of 
+         potential crashes, 1st reported by Jean-Philippe Gue'rard.
 - utils.c:
   stristr() - Defined regardless of NANO_SMALL (noticed by Jordi).