]> git.ipfire.org Git - thirdparty/glibc.git/commit
Don't try to cleanup libselinux and libaudit.
authorJakub Jelinek <jakub@redhat.com>
Sat, 16 May 2009 03:48:08 +0000 (20:48 -0700)
committerPetr Baudis <pasky@suse.cz>
Fri, 22 May 2009 02:49:43 +0000 (04:49 +0200)
commit6dca80c9c771c5c4728a8c335861300bce93f8a0
treeb3112337893ee8def2e16f7c8af74c089be7685b
parent6b23316e66ec3d2f1417896e1fa25c24a8ae32d3
Don't try to cleanup libselinux and libaudit.

Because we are not shutting down the other threads first another
thread might work on a query before the process shuts down.  In this
case the now uninitialized libselinux and libaudit might be used.
Just don't free the resources.  It's not necessary anyway because
the process is about to terminate.
(cherry picked from commit 9e471dad8e173806cbbfb704875d5ae40e36fa34)
(fixed ChangeLog entry by pasky)
ChangeLog
nscd/nscd.c
nscd/selinux.c
nscd/selinux.h