]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix off-by-one in memory management of PPK reading routine, which could cause
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2005 23:48:45 +0000 (23:48 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2005 23:48:45 +0000 (23:48 +0000)
commit60ae2145134b54aabf3c4c8ba25e623cdf93b9f1
tree3e56e0884addec14b48b7b58f1e759c7d416707a
parent4c9fe4224354d4443e562b73c8ddd96c7889f410
Fix off-by-one in memory management of PPK reading routine, which could cause
1-byte buffer overflow when reading .PPK files with long lines (>=128 bytes
in header value -- probably only happened in practice in the comment field).

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