]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update NEWS file with 3667
authorHarlan Stenn <stenn@ntp.org>
Fri, 22 May 2020 06:07:28 +0000 (06:07 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 22 May 2020 06:07:28 +0000 (06:07 +0000)
bk: 5ec76c209x2uYkh8TkXXOB-ldnrlbA

NEWS

diff --git a/NEWS b/NEWS
index 5f38d92e5ec54d03f9c1c97d5c129661af939963..d2527a203c99d421b5a991352806a799b5c56e66 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,10 @@ authentication between ntpd from versions 4.2.8p11/4.3.97 and
 4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
 Eventually, ntpd will run out of memory and abort.
 
-It also fixes 10 other bugs.
+It also fixes 11 other bugs.
 
+* [Bug 3667] decodenetnum fails with numeric port <perlinger@ntp.org>
+  - rewrite 'decodenetnum()' in terms of inet_pton
 * [Bug 3666] avoid unlimited receive buffer allocation <perlinger@ntp.org>
   - limit number of receive buffers, with an iron reserve for refclocks
 * [Bug 3664] Enable openSSL CMAC support on Windows <burnicki@ntp.org>