diff options
author | Colin Watson <cjwatson@debian.org> | 2017-03-16 13:42:19 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-16 13:43:02 +0000 |
commit | 103818db322f2b2b9f5f9a71d4c36cdfd7f0d57a (patch) | |
tree | 51720b5fee3dbe37f58e489419cdfa40215d192b /debian/changelog | |
parent | 43c142b02e71b5c2dee8ffe8f9314e54297004ea (diff) | |
parent | 35b2ea77a74348b575d680061f35ec7992b26ec8 (diff) |
Fix null pointer dereference in ssh-keygen; this fixes an autopkgtest regression introduced in 1:7.4p1-8.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6d6a0f817..1b4a2d1f8 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:7.4p1-9) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Fix null pointer dereference in ssh-keygen; this fixes an autopkgtest | ||
4 | regression introduced in 1:7.4p1-8. | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Thu, 16 Mar 2017 13:42:24 +0000 | ||
7 | |||
1 | openssh (1:7.4p1-8) unstable; urgency=medium | 8 | openssh (1:7.4p1-8) unstable; urgency=medium |
2 | 9 | ||
3 | * Fix ssh-keygen -H accidentally corrupting known_hosts that contained | 10 | * Fix ssh-keygen -H accidentally corrupting known_hosts that contained |