Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46301 Details for
Bug 52374
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested patch to glibc
dl-tls.patch (text/plain), 622 bytes, created by
Ed Catmur
on 2004-12-18 14:58:54 UTC
(
hide
)
Description:
Suggested patch to glibc
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2004-12-18 14:58:54 UTC
Size:
622 bytes
patch
obsolete
>--- glibc-2.3.3/sysdeps/generic/dl-tls.c 2004/12/18 20:55:18 1.1 >+++ glibc-2.3.3/sysdeps/generic/dl-tls.c 2004/12/18 22:05:06 >@@ -62,6 +62,13 @@ _dl_next_tls_modid (void) > size_t disp = 0; > struct dtv_slotinfo_list *runp = GL(dl_tls_dtv_slotinfo_list); > >+ if (GL(dl_tls_max_dtv_idx) == GL(dl_tls_static_nelem)) >+ { >+ /* There is actually no gap. */ >+ GL(dl_tls_dtv_gaps) = false; >+ >+ goto nogaps; >+ } > /* Note that this branch will never be executed during program > start since there are no gaps at that time. Therefore it > does not matter that the dl_tls_dtv_slotinfo is not allocated
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 52374
: 46301 |
53527
|
58456
|
61823
|
61824