]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Joe Yates's memory leak patch was overenthusiastically freeing
authorSimon Tatham <anakin@pobox.com>
Thu, 1 Jan 2004 16:42:48 +0000 (16:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 1 Jan 2004 16:42:48 +0000 (16:42 +0000)
commitc53056f95c332c36a7491fdd7a79c151c884e787
treebeb9653acfca8adceb46be59ed9be5f2ffd805a8
parentcf0cfba9cab2177ea294f3a559319809df3dae1d
Joe Yates's memory leak patch was overenthusiastically freeing
things; it called freebn on the DH gex values even if DH gex had not
taken place. Bug was trivially reproducible as a NULL-dereference
segfault by making any SSH2 connection with DH gex disabled. Should
now be fixed.

[originally from svn r3678]
ssh.c