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

Io: Consistently use LE values of ISO entries #14029

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

unknownbrackets
Copy link
Collaborator

Better to be consistent across big endian and little endian, in case something was mastered wrong.

Saw this when looking at the fix for #14008 (which was good), I had long forgotten that we were reading different values on BE. This should also prevent future cases of unaligned reads.

-[Unknown]

Better to be consistent across big endian and little endian, in case
something was mastered wrong.
@unknownbrackets unknownbrackets added the Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. label Jan 30, 2021
@hrydgard
Copy link
Owner

That looks way better, nice one.

@hrydgard hrydgard added this to the v1.11.0 milestone Jan 30, 2021
@hrydgard hrydgard merged commit 719aae4 into hrydgard:master Jan 30, 2021
@unknownbrackets unknownbrackets deleted the iso-endian branch January 30, 2021 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants