From: Vincent Bernat Date: Sun, 4 Oct 2015 00:03:57 +0000 (+0200) Subject: NEWS: add entry for last commit X-Git-Tag: 0.8.0~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ef5bced66bbab2149eb8a92be24e2e505702da3;p=thirdparty%2Flldpd.git NEWS: add entry for last commit --- diff --git a/NEWS b/NEWS index 50680a39..49ba7c15 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ lldpd (0.8.0) + * Fix: + + Fix a buffer overflow when receiving a too large management + address TLV. Unless hardening has been disabled, this overflow + cannot be used for arbitrary code execution. * Change: + Fix minimal kernel version to 2.6.39. Add a runtime warning when this is not the case.