dl_open_worker: Memset all of seen array.
authorCarlos O'Donell <carlos@redhat.com>
Sat, 6 Apr 2013 21:00:02 +0000 (17:00 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Sat, 6 Apr 2013 21:00:02 +0000 (17:00 -0400)
commit7208a313b93a42e3cef61c4249a59b4b32a5850b
treee3477b3755f18bfe5ab0f7bfc86ba54139047316
parent872c0acd85bd158d1c226f290b606d0e7717a2a1
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.
ChangeLog
NEWS
elf/dl-open.c