diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-12-28 02:53:21 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-12-28 02:53:46 +0100 |
commit | fd459180ea2928cac6cf46b6435204063421757f (patch) | |
tree | b895eb37f03e1555a449e9984fa60df5b247ad6c /debian/changelog | |
parent | 324bb3e1d005050a148c28220a2a3e1bb334f61e (diff) | |
download | inetutils-fd459180ea2928cac6cf46b6435204063421757f.tar.gz |
Abort on error from ping's sendto(2) call
Instead of trying to continue sending echo packets in vain.
Closes: #323165
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8b5e977..6288311 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ inetutils (2:1.8-6) UNRELEASED; urgency=high * Fix buffer overflow in telnetd allowing remote attackers to execute arbitrary code via a long encryption key. Patch taken from FreeBSD. CVE-2011-4862 + * Abort on error from ping's sendto(2) call, instead of trying to continue + sending echo packets in vain. (Closes: #323165) -- Guillem Jover <guillem@debian.org> Wed, 28 Dec 2011 02:25:37 +0100 |