Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 248601 Details for
Bug 367461
CVE-2007-5794 nss_ldap randomly replying with wrong user's data
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch from above URL for posterity
nss_ldap-254-pthread-nonshared.patch (text/plain), 1.12 KB, created by
Josh Bressers
on 2007-11-05 21:00:55 UTC
(
hide
)
Description:
Patch from above URL for posterity
Filename:
MIME Type:
Creator:
Josh Bressers
Created:
2007-11-05 21:00:55 UTC
Size:
1.12 KB
patch
obsolete
>--- nss_ldap-254/configure.in.pthread 2007-04-11 14:35:32.000000000 +0200 >+++ nss_ldap-254/configure.in 2007-04-11 14:35:32.000000000 +0200 >@@ -195,7 +195,9 @@ > AC_CHECK_FUNCS(snprintf) > AC_CHECK_FUNCS(gethostbyname) > AC_CHECK_FUNCS(nsdispatch) >+AC_CHECK_LIB(pthread_nonshared, main) > AC_CHECK_FUNCS(pthread_atfork) >+AC_CHECK_FUNCS(pthread_once) > AC_CHECK_FUNCS(ether_aton) > AC_CHECK_FUNCS(ether_ntoa) > >--- nss_ldap-254/ldap-nss.c.pthread 2007-04-11 14:35:32.000000000 +0200 >+++ nss_ldap-254/ldap-nss.c 2007-04-11 14:41:06.000000000 +0200 >@@ -1214,12 +1214,14 @@ > __session.ls_timestamp = 0; > __session.ls_state = LS_UNINITIALIZED; > >-#ifdef HAVE_PTHREAD_ATFORK >+#if defined(HAVE_PTHREAD_ONCE) && defined(HAVE_PTHREAD_ATFORK) > if (pthread_once (&__once, do_atfork_setup) != 0) > { > debug ("<== do_init (pthread_once failed)"); > return NSS_UNAVAIL; > } >+#elif defined(HAVE_PTHREAD_ATFORK) && ( defined(HAVE_LIBC_LOCK_H) || defined(HAVE_BITS_LIBC_LOCK_H) ) >+ __libc_once (__once, do_atfork_setup); > #elif defined(HAVE_LIBC_LOCK_H) || defined(HAVE_BITS_LIBC_LOCK_H) > /* > * Only install the pthread_atfork() handlers i
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 367461
:
248591
| 248601