Go to file
Dan Walsh 4b2caaad18 Add patch from dbhole@redhat.com to initialize thread keys to -1
Errors were being seen in libpthread/libdl that were related
to corrupt thread specific keys. Global destructors that are called on dl
unload. During destruction delete a thread specific key without checking
if it has been initialized. Since the constructor is not called each time
(i.e. key is not initialized with pthread_key_create each time), and the
default is 0, there is a possibility that key 0 for an active thread gets
deleted. This is exactly what is happening in case of OpenJDK.
2011-04-05 12:10:57 -04:00
.gitignore Update to upstream 2011-03-30 14:42:17 -04:00
libselinux_swig_with_raw.patch - Upgrade to upstream 2007-06-21 15:34:10 +00:00
libselinux-rhat.patch Add patch from dbhole@redhat.com to initialize thread keys to -1 2011-04-05 12:10:57 -04:00
libselinux-tlssegneg.patch - only build non-fpic objects with -mno-tls-direct-seg-refs 2006-08-01 18:38:57 +00:00
libselinux-xaccel.patch - Add eparis patch to accellerate Xwindows performance 2009-03-09 15:52:25 +00:00
libselinux.spec Add patch from dbhole@redhat.com to initialize thread keys to -1 2011-04-05 12:10:57 -04:00
rubytest.rb - Update to Upstream 2008-07-29 13:22:45 +00:00
sources Update to upstream 2011-03-30 14:42:17 -04:00