]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit456ba583293643972c74e212fd5dcb50e7c905ee
tree1d7baff7c6f6de0b5310464513cd3db360524692
parentb65e90557203addefdd6c28d8404b9fe673973d7
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.

[originally from svn r6294]
settings.c