simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Wed Aug 27 23:25:37 BST 2014
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10214
Date: 2014-08-27 23:25:37 +0100 (Wed, 27 Aug 2014)
Log message (7 lines):
Fix null dereference in ldisc_configure.
The IDM_RECONF handler unconditionally calls ldisc_configure to
reconfigure the line discipline for the new echo/edit settings, but in
fact ldisc can be NULL if no session is currently active. (Indeed, the
very next line acknowledges this, by testing it for NULL before
calling ldisc_send!) Thanks to Alexander Wong for the report.
Modified files:
U putty/windows/window.c
Links:
http://svn.tartarus.org/sgt/?rev=10214&view=rev
http://svn.tartarus.org/sgt/putty/windows/window.c?rev=10214&r1=10213&r2=10214
More information about the tartarus-commits
mailing list