diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,6 +66,10 @@ Version 2.26 * The port to Native Client running on ARMv7-A (--host=arm-nacl) has been removed. +* The reallocarray function has been added to libc. It is a realloc + replacement with a check for integer overflow when calculating total + allocation size. + Security related changes: * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes, |