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 580888 Details for
Bug 817178
NSPR pthread_key_t leak and memory corruption
[?]
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]
Proof of concept fix from Joe Orton
nspr-4.8.6-cleanupkey.patch (text/plain), 408 bytes, created by
Elio Maldonado Batiz
on 2012-04-27 22:35:31 UTC
(
hide
)
Description:
Proof of concept fix from Joe Orton
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-04-27 22:35:31 UTC
Size:
408 bytes
patch
obsolete
>--- nspr-4.8.6/mozilla/nsprpub/pr/src/pthreads/ptthread.c.cleanupkey >+++ nspr-4.8.6/mozilla/nsprpub/pr/src/pthreads/ptthread.c >@@ -1025,6 +1026,8 @@ void _PR_Fini(void) > rv = pthread_setspecific(pt_book.key, NULL); > PR_ASSERT(0 == rv); > } >+ >+ pthread_key_delete(pt_book.key); > /* TODO: free other resources used by NSPR */ > /* _pr_initialized = PR_FALSE; */ > } /* _PR_Fini */
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 817178
:
580886
|
580887
| 580888