diff options
author | ache <ache@FreeBSD.org> | 1997-04-01 12:17:21 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-01 12:17:21 +0800 |
commit | 3cb611cdff646c601b683bb1568c4ddcc86216db (patch) | |
tree | 26831f2587b9a42ce756219151ccdfd585b17360 /security/ssh | |
parent | e9eab51a5eec87784f85a88e8fa44e3c1cb9d262 (diff) | |
download | freebsd-ports-gnome-3cb611cdff646c601b683bb1568c4ddcc86216db.tar.gz freebsd-ports-gnome-3cb611cdff646c601b683bb1568c4ddcc86216db.tar.zst freebsd-ports-gnome-3cb611cdff646c601b683bb1568c4ddcc86216db.zip |
Fix argument parsing loop in ssh-agent (original 1.2.18 bug)
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/files/patch-ad | 13 |
1 files changed, 13 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) + { |