]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
When the first element in a preference list was unrecognised, PuTTY would
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 12 Sep 2005 15:45:29 +0000 (15:45 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 12 Sep 2005 15:45:29 +0000 (15:45 +0000)
commit057bd106e071fd354ec363c3357ab532d8e6eb54
tree1d7baff7c6f6de0b5310464513cd3db360524692
parenta495331f5d57ccb4b1715a61161f01bd6832b4e2
When the first element in a preference list was unrecognised, PuTTY would
hang when reading it because strtok() kept getting the full list passed in.
Fix this, and add an assert() for an assumption documented in a comment while
I'm in the area.

git-svn-id: http://svn.tartarus.org/sgt/putty@6294 cda61777-01e9-0310-a592-d414129be87e
settings.c