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

curl_path: make Curl_get_pathname use dynbuf #13550

Closed
wants to merge 8 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented May 7, 2024

... instead of malloc and memcpy

  • changed the prototype: the first argument no longer gets updated. No caller used this functionality.

  • unit test 2604 verifies Curl_get_pathname()

... instead of malloc and memcpy

- changed the prototype: the first argument no longer gets updated. No
  caller used this functionality.

- unit test 2604 verifies Curl_get_pathname()
lib/curl_path.c Outdated Show resolved Hide resolved
@bagder bagder closed this in cd3463d May 8, 2024
@bagder bagder deleted the bagder/Curl_get_pathname branch May 8, 2024 08:12
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.

2 participants