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

Bug fix: Unmarshal big endian messages correctly. #2

Merged
merged 1 commit into from
Nov 27, 2013

Conversation

cocagne
Copy link

@cocagne cocagne commented Nov 27, 2013

The endianness of the message was parsed correctly, but the
endianness was not passed to hte unmarshal function, which
defaults to little-endian. This caused big endian data to be
unmarshalled incorrectly.

(Passing on a fix to the official txdbus sources by
Jaakko Korkeaniemi)

The endianness of the message was parsed correctly, but the
endianness was not passed to hte unmarshal function, which
defaults to little-endian. This caused big endian data to be
unmarshalled incorrectly.

(Passing on a fix to the official txdbus sources by
Jaakko Korkeaniemi)
geertj added a commit that referenced this pull request Nov 27, 2013
Bug fix: Unmarshal big endian messages correctly.
@geertj geertj merged commit 2ce524e into geertj:master Nov 27, 2013
@geertj
Copy link
Owner

geertj commented Nov 27, 2013

Thank you! Applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants