diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-27 06:00:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-27 22:47:05 +0100 |
commit | 14be0795f4ad0ec7c689cfdf9e891bce24241999 (patch) | |
tree | 8780cb224dfd993f5e83a7cd80bfefd0dcdb551e /libpthread/nptl/pthread_barrierattr_setpshared.c | |
parent | 132decd2a043d0ccf799f42bf89f3ae0c11e95d5 (diff) |
libdl: first execute all destructors, then munmap library
Fix problem which might exist since 2011. We need to execute
the destructors for all dependant libraries, before munmap the
shared libraries, otherwise running destructor of a dependent library
might cause a segfault, trying to access an already unmapped memory.
This fixes for example segfaults while running php -m with ldap
module.
Reported-By: Dave Flogeras <dflogeras2@gmail.com>
Tested-By: Dave Flogeras <dflogeras2@gmail.com>
Diffstat (limited to 'libpthread/nptl/pthread_barrierattr_setpshared.c')
0 files changed, 0 insertions, 0 deletions