]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitec76c24084e544a850785eb1d74c7a82189eea3f
tree3e56e0884addec14b48b7b58f1e759c7d416707a
parentd403e312333cd610cf8e05b82f948117b9f3fd4b
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).

[originally from svn r5427]
sshpubk.c