diff options
Diffstat (limited to 'security/ssh2/patches/patch-al')
-rw-r--r-- | security/ssh2/patches/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ssh2/patches/patch-al b/security/ssh2/patches/patch-al new file mode 100644 index 00000000000..002bf10a3d8 --- /dev/null +++ b/security/ssh2/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2005/08/24 09:13:24 kivinen Exp $ + +--- apps/ssh/ssh-agent2.c.orig 2003-12-03 15:17:27.000000000 +0200 ++++ apps/ssh/ssh-agent2.c +@@ -1802,7 +1802,7 @@ void ssh_agenti_ssh1_encode_mp(SshBuffer + num_buf = ssh_xmalloc(num_buf_len); + ssh_mp_get_buf(num_buf, num_buf_len, n); + ssh_encode_buffer(buffer, +- SSH_FORMAT_DATA, len_buf, 2, ++ SSH_FORMAT_DATA, len_buf, (size_t) 2, + SSH_FORMAT_DATA, num_buf, num_buf_len, + SSH_FORMAT_END); + ssh_xfree(num_buf); |