diff options
author | Colin Watson <cjwatson@debian.org> | 2008-11-23 14:44:44 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-11-23 14:44:44 +0000 |
commit | eb839492d5500cf0338661197702239cfdf7196c (patch) | |
tree | 8c8471b9f81bb8d9286eac38e7f21cbdd4e17d2c /debian | |
parent | f063add71b66011cca8c313fe0c681b0f0e1b97f (diff) |
Fix double-free when failing to parse a forwarding specification given
using ~C (closes: #505330; forwarded upstream as
https://bugzilla.mindrot.org/show_bug.cgi?id=1539).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7b05bd269..b09f7a306 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -7,6 +7,9 @@ openssh (1:5.1p1-4) UNRELEASED; urgency=low | |||
7 | - Only send eow and no-more-sessions requests to openssh 5 and newer; | 7 | - Only send eow and no-more-sessions requests to openssh 5 and newer; |
8 | fixes interop problems with broken ssh v2 implementations (closes: | 8 | fixes interop problems with broken ssh v2 implementations (closes: |
9 | #495917). | 9 | #495917). |
10 | * Fix double-free when failing to parse a forwarding specification given | ||
11 | using ~C (closes: #505330; forwarded upstream as | ||
12 | https://bugzilla.mindrot.org/show_bug.cgi?id=1539). | ||
10 | 13 | ||
11 | -- Colin Watson <cjwatson@debian.org> Thu, 09 Oct 2008 12:52:34 +0100 | 14 | -- Colin Watson <cjwatson@debian.org> Thu, 09 Oct 2008 12:52:34 +0100 |
12 | 15 | ||