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

calculate_checksum fails on 64 bit linux ( when long is 8 bytes ) #2

Open
GoogleCodeExporter opened this issue Apr 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

There is reading of sizeof(unsigned long) bytes from file, but on 64 bit linux 
long is 8 bytes. When replacing long with any 4 byte size ( like int ) 
everything works fine.

Original issue reported on code.google.com by bog...@gmail.com on 15 May 2013 at 10:40

@GoogleCodeExporter
Copy link
Author

This issue has been confirmed and will be fixed in next release. Thank you!

Original comment by rukaimi on 16 May 2013 at 6:38

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

I have had this issue with some other products lately due to not specifying 
int32_t... You could modify it yourself, or compile as 32bit using -m32..

Original comment by mike.gui...@gmail.com on 19 Jul 2014 at 2:27

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

No branches or pull requests

1 participant