This website requires JavaScript.
Explore
Help
Sign In
extern
/
rclone
Watch
1
Star
0
Fork
0
You've already forked rclone
mirror of
https://github.com/rclone/rclone.git
synced
2024-11-24 01:14:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfef0bc2e9
rclone
/
vendor
/
github.com
/
aws
/
aws-sdk-go
/
CHANGELOG_PENDING.md
Nick Craig-Wood
eb87cf6f12
vendor: update all dependencies
2017-07-23 08:51:42 +01:00
374 B
Raw
Blame
History
SDK Features
SDK Enhancements
SDK Bugs
aws/signer/v4
: Fix out of bounds panic in stripExcessSpaces
#1412
Fixes the out of bands panic in stripExcessSpaces caused by an incorrect calculation of the stripToIdx value. Simplified to code also.
Fixes
#1411