You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apacheGH-38821: [C++] Strengthen handling of duplicate slashes in S3, GCS
Giving a path such as "bucket//key" to some S3 and GCS filesystem APIs could silently succeed or crash.
Make sure those paths instead return an error, as other instances of duplicate slashes already do.
0 commit comments