]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Clearing and refilling the code-pages list box can cause a
authorSimon Tatham <anakin@pobox.com>
Wed, 10 Jun 2009 17:42:15 +0000 (17:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 10 Jun 2009 17:42:15 +0000 (17:42 +0000)
commitf87e70a381c3f61882ca3b9e392a0f962f6aac6b
treeae34a9da994895d1098de70d197a0fb4902fa7c6
parent03ab6164653cd6a248c470c6b00ac3fd5e32eedb
Clearing and refilling the code-pages list box can cause a
re-entrant call to its handler in config.c, which destroys the
previous value in cfg->line_codepage. Therefore, preserve the right
value in an automatic variable until all the re-entrant calls have
finished.

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