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

urldata: CURLOPT_AWS_SIGV4 value is null-terminated #11021

Closed
wants to merge 1 commit into from

Conversation

monnerat
Copy link
Contributor

Without this fix, this option's value is not copied upon calling curl_easy_duphandle().

Without this fix, this option's value is not copied upon calling
curl_easy_duphandle().
@jay jay closed this in 3f0b81c Apr 25, 2023
@jay
Copy link
Member

jay commented Apr 25, 2023

Thanks

@monnerat monnerat deleted the aws_sigv4 branch April 25, 2023 22:16
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Prior to this change STRING_AWS_SIGV4 (CURLOPT_AWS_SIGV4) was wrongly
marked as binary data that could not be duplicated.

Without this fix, this option's value is not copied upon calling
curl_easy_duphandle().

Closes curl#11021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants