diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-01 04:17:21 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-01 04:17:21 +0000 |
| commit | f742a35be3c9630c2ddf9cdc1e376cce2bddb9ff (patch) | |
| tree | 421d7061bccf50a0f8bc0c64db2b95ecc012f671 | |
| parent | 37bbce243a47a80f3097176a740877cc6fa214da (diff) | |
Fix argument parsing loop in ssh-agent (original 1.2.18 bug)
| -rw-r--r-- | security/ssh/files/patch-ad | 13 | ||||
| -rw-r--r-- | security/ssh2/files/patch-ad | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/security/ssh/files/patch-ad b/security/ssh/files/patch-ad new file mode 100644 index 000000000000..536cf9cf642a --- /dev/null +++ b/security/ssh/files/patch-ad @@ -0,0 +1,13 @@ +*** ssh-agent.c.bak Thu Mar 27 09:04:12 1997 +--- ssh-agent.c Tue Apr 1 08:08:06 1997 +*************** +*** 586,591 **** +--- 586,593 ---- + av++; + ac--; + } ++ else ++ break; + } + if (erflg) + { diff --git a/security/ssh2/files/patch-ad b/security/ssh2/files/patch-ad new file mode 100644 index 000000000000..536cf9cf642a --- /dev/null +++ b/security/ssh2/files/patch-ad @@ -0,0 +1,13 @@ +*** ssh-agent.c.bak Thu Mar 27 09:04:12 1997 +--- ssh-agent.c Tue Apr 1 08:08:06 1997 +*************** +*** 586,591 **** +--- 586,593 ---- + av++; + ac--; + } ++ else ++ break; + } + if (erflg) + { |
