[Nasal-cvs] gtklib.c

Andy Ross andy at plausible.org
Sun Oct 8 17:24:03 PDT 2006


Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv29089

Modified Files:
	gtklib.c 
Log Message:
Fix some overflow conditions in the double-stepping argument parsers.
If we're doing i+=2 in the update, we need to test for i<argc-1, not
just i<argc.  Also clean up some trailing spaces; sorry for the
whitespace diffs.



More information about the nasal-cvs mailing list