You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The feature detection seems to be incorrect, resulting in fallback to the
manual implementation, which in turn returns untagged pointers under hwasan.
Replace the feature detection with a check on `_POSIX_VERSION` and use
`posix_memalign` which is available on quite old platforms as well.
Remove rounding shenanigans while I'm here; the documentation on
ET_ALIGNED_ALLOC already stipulates that the caller is responsible for such
rounding.
Differential Revision: D75806635
0 commit comments