Skip to content

urlapi: skip a strlen(), pass in zero#7862

Closed
bagder wants to merge 1 commit intomasterfrom
bagder/urlapi-skip-strlen
Closed

urlapi: skip a strlen(), pass in zero#7862
bagder wants to merge 1 commit intomasterfrom
bagder/urlapi-skip-strlen

Conversation

@bagder
Copy link
Member

@bagder bagder commented Oct 15, 2021

... to let curl_easy_escape() itself do the strlen. This avoids a (false
positive) Coverity warning and it avoids us having to store the strlen()
return value in an int variable.

... to let curl_easy_escape() itself do the strlen. This avoids a (false
positive) Coverity warning and it avoids us having to store the strlen()
return value in an int variable.
@bagder bagder added the URL label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants

Comments