aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-04-06 17:00:02 -0400
committerCarlos O'Donell <carlos@redhat.com>2013-04-06 17:00:02 -0400
commit7208a313b93a42e3cef61c4249a59b4b32a5850b (patch)
treee3477b3755f18bfe5ab0f7bfc86ba54139047316 /NEWS
parent872c0acd85bd158d1c226f290b606d0e7717a2a1 (diff)
downloadglibc-7208a313b93a42e3cef61c4249a59b4b32a5850b.zip
glibc-7208a313b93a42e3cef61c4249a59b4b32a5850b.tar.gz
glibc-7208a313b93a42e3cef61c4249a59b4b32a5850b.tar.bz2
dl_open_worker: Memset all of seen array.
The seen array was doubled in size recently, but the memset to clear the array was not adjusted. We adjust the memset to always be correct regardless of the size of seen. --- 2013-04-06 Carlos O'Donell <carlos@redhat.com> [BZ #15309] * elf/dl-open.c (dl_open_worker): memset all of seen array.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5c8c86..5644a59 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Version 2.18
14176, 14200, 14317, 14327, 14478, 14496, 14686, 14812, 14920, 14964,
14981, 14982, 14985, 14994, 14996, 15003, 15006, 15020, 15023, 15036,
15054, 15055, 15062, 15078, 15160, 15214, 15232, 15234, 15283, 15285,
- 15287, 15304, 15305, 15307, 15327, 15330, 15335, 15336, 15337, 15342.
+ 15287, 15304, 15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337,
+ 15342.
* CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
#15078).