From: Harlan Stenn Date: Mon, 5 Oct 2015 11:11:54 +0000 (+0000) Subject: 2909 is a security bug X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268a3703d49ebf6b0e9f9621245f0e9ccc8bc8e9;p=thirdparty%2Fntp.git 2909 is a security bug bk: 56125afas1mF36Zz2WwsdikGw_dwpg --- diff --git a/ChangeLog b/ChangeLog index 9ca95350e..f668e1295 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ --- +* [Sec 2909] added missing call to 'free()' in ntp_crypto.c. perlinger@ntp.org * [Bug 2595] ntpdate man page quirks. Hal Murray, Harlan Stenn. * [Bug 2625] Deprecate flag1 in local refclock. Hal Murray, Harlan Stenn. * [Bug 2817] Stop locking ntpd into memory by default under Linux. H.Stenn. @@ -20,7 +21,6 @@ * [Bug 2890] Ignore ENOBUFS on routing netlink socket. Konstantin Khlebnikov. * [Bug 2906] make check needs better support for pthreads. Harlan Stenn. * [Bug 2907] dist* build targets require our libevent/ to be enabled. HStenn. -* [Bug 2909] added missing call to 'free()' in ntp_crypto.c. perlinger@ntp.org * libntp/emalloc.c: Remove explicit include of stdint.h. Harlan Stenn. * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. * tests/ntpd/g_leapsec.cpp typo fix. Harlan Stenn.