Page MenuHomeFreeBSD

rtld: make dlerror() thread-local
ClosedPublic

Authored by kib on Apr 8 2021, 4:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 8:09 AM
Unknown Object (File)
Sun, Oct 12, 7:17 PM
Unknown Object (File)
Sun, Oct 12, 12:12 AM
Unknown Object (File)
Sat, Oct 11, 2:47 PM
Unknown Object (File)
Sat, Oct 11, 2:47 PM
Unknown Object (File)
Sat, Oct 11, 2:47 PM
Unknown Object (File)
Sat, Oct 11, 6:25 AM
Unknown Object (File)
Sat, Oct 11, 12:14 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Apr 8 2021, 4:50 AM
kib created this revision.

Seems reasonable to me (unless we want to support TLS inside RTLD but that seems like it would require more work).

Seems reasonable to me (unless we want to support TLS inside RTLD but that seems like it would require more work).

It would be very inconvenient to use TLS in the source file that implements significant part of tooling for it.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 10 2021, 2:35 PM
This revision was automatically updated to reflect the committed changes.