-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix seg fault(s) in AuthV4Signer, test more combos with checksumming
When issuing PutObject with zero length, and setting the checksum algorithm to SHA256, and setting the checksum value (instead of letting the SDK calculate it) resulted in a null pointer dereference with payload signing enabled. Added a matrix test to verify more code paths in AWSAuthV4Signer and fixed two seg faults.
- Loading branch information
Showing
2 changed files
with
100 additions
and
62 deletions.
There are no files selected for viewing
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