Add bug 14952 to ChangeLog and NEWS

Fixed with commit 0695940b.
This commit is contained in:
Allan McRae 2013-05-03 11:14:43 +10:00
parent d422395e31
commit bb5f27adca
2 changed files with 7 additions and 5 deletions

View File

@ -12,6 +12,7 @@
2013-05-01 Richard Smith <richard@metafoo.co.uk>
[BZ #14952]
* misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
[__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
Use __attribute__ ((__gnu_inline__)).

11
NEWS
View File

@ -11,11 +11,12 @@ Version 2.18
10060, 10062, 10357, 11120, 11561, 12723, 13550, 13889, 13951, 13988,
14142, 14176, 14200, 14280, 14293, 14317, 14327, 14478, 14496, 14686,
14812, 14888, 14920, 14964, 14981, 14982, 14985, 14994, 14996, 15003,
15006, 15007, 15020, 15023, 15036, 15054, 15055, 15062, 15078, 15084,
15085, 15086, 15160, 15214, 15221, 15232, 15234, 15283, 15285, 15287,
15304, 15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337, 15342,
15346, 15361, 15366, 15380, 15394, 15405, 15406, 15409, 15416, 15423.
14812, 14888, 14920, 14952, 14964, 14981, 14982, 14985, 14994, 14996,
15003, 15006, 15007, 15020, 15023, 15036, 15054, 15055, 15062, 15078,
15084, 15085, 15086, 15160, 15214, 15221, 15232, 15234, 15283, 15285,
15287, 15304, 15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337,
15342, 15346, 15361, 15366, 15380, 15394, 15405, 15406, 15409, 15416,
15423.
* CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
#15078).