Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TSan] Fix atomicrmw xchg with pointer and floats #85228

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Commits on Mar 14, 2024

  1. [TSan] Fix atomicrmw xchg with pointer and floats

    atomicrmw xchg also accepts pointer and floating-point values. To
    handle those, insert a necessary casts to and from integer. This
    is what we do for cmpxchg as well.
    nikic committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    48c1e79 View commit details
    Browse the repository at this point in the history