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 SVCDSCDIR replies on 64-bit big endian architectures #414

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

q66
Copy link
Contributor

@q66 q66 commented Nov 24, 2024

While on LE this works, on BE it copies the other four bytes into the uint32_t, resulting in a zero. This in turn results in a protocol error on those architectures.

While on LE this works, on BE it copies the other four bytes into
the uint32_t, resulting in a zero. This in turn results in a
protocol error on those architectures.
@mobin-2008 mobin-2008 added Bug/Bugfix A-Importance: Normal C-control Things about custom control protocol of Dinit labels Nov 24, 2024
@davmac314 davmac314 merged commit daad6a3 into davmac314:master Nov 24, 2024
18 checks passed
@davmac314
Copy link
Owner

Thanks, good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Importance: Normal Bug/Bugfix C-control Things about custom control protocol of Dinit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants