-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Rasberry Pi stream test failures. (#293)
### ISSUE Bizarre behavior on 32bit Raspberry Pi OS when aws_input_stream_seek() was called, due to aws-c libraries not being compiled with Large Files Support (LFS), which led to confusion over the size of off_t, which led to stack corruption when functions took arguments of this type. ### CHANGES This incorporates fixes from awslabs/aws-c-common#808 and awslabs/aws-c-io#386. int64_t is now used for offsets instead of off_t/aws_off_t.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
22 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters