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 for #378, bswap on read on big-endian architectures #432

Merged
merged 2 commits into from
Jul 12, 2019

Commits on Jul 2, 2019

  1. fix reading files

    testFutureProofing and testMultiPartFileMixingBasic both use fread(&length,4,f) to get a 4 byte
    integer value from input file. The value read is not converted from the little endian format to
    the machine format causing problems (eg. test didn't finish after 24 hours).
    
    fixes issue AcademySoftwareFoundation#81
    sharkcz authored and cary-ilm committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    022c3c0 View commit details
    Browse the repository at this point in the history
  2. bswap_32 to correct endianness on read, to address AcademySoftwareFou…

    …ndation#81.
    
    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    66e5c3d View commit details
    Browse the repository at this point in the history