]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix free of an uninitialised pointer.
authorSimon Tatham <anakin@pobox.com>
Mon, 26 Aug 2013 11:55:56 +0000 (11:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 26 Aug 2013 11:55:56 +0000 (11:55 +0000)
CHAN_AGENT channels need c->u.a.message to be either NULL or valid
dynamically allocated memory, because it'll be freed by
ssh_channel_destroy. This bug triggers if an agent forwarding channel
is opened and closed without having sent any queries.

[originally from svn r10032]


No differences found