Commit e8e10347 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

- rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes...

- 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


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1114 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment