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

fix: ensure updateMetaDataMs is 64-bit aligned #2356

Merged
merged 1 commit into from Oct 4, 2022
Merged

fix: ensure updateMetaDataMs is 64-bit aligned #2356

merged 1 commit into from Oct 4, 2022

Commits on Oct 4, 2022

  1. fix: ensure updateMetaDataMs is 64-bit aligned

    As per golang/go#41970 any 64-bit variable that is accessed atomically
    must be 64-bit aligned and this can be ensured by making it the first
    entry in the struct.
    
    Fixes #2337
    dnwe committed Oct 4, 2022
    Copy the full SHA
    0897b1a View commit details
    Browse the repository at this point in the history