]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix an uninitialised bufchain in NO_PTY_PRE_INIT mode.
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 15:11:37 +0000 (16:11 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 15:13:09 +0000 (16:13 +0100)
commit7658b291dbde482d483500883af8ae31c4194e8c
tree2074e041fdcbbb8a29cad75874637b08b62ba29c
parent976e7782695070a0e20163e13b692e2d1150f401
Fix an uninitialised bufchain in NO_PTY_PRE_INIT mode.

The Pty that we created in pty_pre_init had its bufchain properly
initialised, but if that one didn't get created, then the one we
create in pty_init did not. Now both should go through the same init
routine.
unix/uxpty.c