Revert "libdl: fix size parameter when unmap library in dlclose"
commit952bb00f0b2eb576b0bf48c4f87018429a42e28d
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 18 Jul 2017 20:24:52 +0000 (18 22:24 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Thu, 20 Jul 2017 18:11:25 +0000 (20 20:11 +0200)
tree72aba808da126f73e671187dc9a96cdde9cc6da1
parent85c9aaf9e4410bcd367c3e5f6dab13ce9ba936f4
Revert "libdl: fix size parameter when unmap library in dlclose"

This reverts commit 9b42da7d0558884e2a3cc9a8674ccfc752369610.

This fixes a long standing bug in dlclose().
Can be seen with apache and mod_php or just by executing
php -m to list all modules.

Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
ldso/libdl/libdl.c