-
Notifications
You must be signed in to change notification settings - Fork 675
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
Endianness is being swapped incorrectly #1963
Comments
@khuey, can you take a look at this one? It looks like you added this code back in May. |
Yeah, the existing code is wrong and the fix is correct, these extra fields are in host byte order. |
Thanks for merging the fix. How often are releases cut? I see the last one was November. Is it possible to request a new minor release be pushed to cargo? |
@asomers, could a new release be cut and pushed to crates.io? |
Yes, this bug warrants a patch release. See #1974 . |
0.26.2 released. |
Thanks! BTW, is there some back integration system? The master branch doesn't seem to have the #1974 change, only the r0.26 branch. |
Yes, and the "system" is that we cherry-pick stuff manually. That way release 0.26.2 contains only bug fixes, not the new features that are in the master branch. |
The byte swap of flowinfo and scope_id here seems wrong and appears to have broken my project.
Pull request forthcoming with a fix.
The text was updated successfully, but these errors were encountered: