FreeBSD Bugzilla – Attachment 187398 Details for
Bug 221337
-fsanitize=address (asan) fails on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Ensure jemalloc's TSD is aligned to 16 bytes
bug221337-align-jemalloc-tsd-2.diff (text/plain), 534 bytes, created by
Dimitry Andric
on 2017-10-23 16:59:03 UTC
(
hide
)
Description:
Ensure jemalloc's TSD is aligned to 16 bytes
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2017-10-23 16:59:03 UTC
Size:
534 bytes
patch
obsolete
>Index: contrib/jemalloc/include/jemalloc/internal/tsd.h >=================================================================== >--- contrib/jemalloc/include/jemalloc/internal/tsd.h (revision 324919) >+++ contrib/jemalloc/include/jemalloc/internal/tsd.h (working copy) >@@ -120,7 +120,8 @@ > t use_a_getter_or_setter_instead_##n; > MALLOC_TSD > #undef O >-}; >+/* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */ >+} JEMALLOC_ALIGNED(16); > > /* > * Wrapper around tsd_t that makes it possible to avoid implicit conversion
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 221337
:
187379
| 187398