diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-18 11:50:58 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-18 11:50:58 +0200 |
commit | 025b33ae84bb8f15b2748a1d8605dca453fce112 (patch) | |
tree | 2bb47e51512665a67018d8ed07e99b6401544a89 /NEWS | |
parent | 6c6ab1fc49d524ab1892cb20ee74352ace0b8034 (diff) | |
download | glibc-025b33ae84bb8f15b2748a1d8605dca453fce112.tar.gz glibc-025b33ae84bb8f15b2748a1d8605dca453fce112.tar.xz glibc-025b33ae84bb8f15b2748a1d8605dca453fce112.zip |
malloc: Turn cfree into a compatibility symbol
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS index ace0e0d90f..811178bca6 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,9 @@ Version 2.26 * res_mkquery and res_nmkquery no longer support the IQUERY opcode. DNS servers have not supported this opcode for a long time. +* The legacy cfree function has been removed. Applications should use the + free function instead. + Security related changes: * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes, |