Skip to content

Two memory leaks and one size check#913

Closed
mirekfranc wants to merge 3 commits intocurl:masterfrom
mirekfranc:master
Closed

Two memory leaks and one size check#913
mirekfranc wants to merge 3 commits intocurl:masterfrom
mirekfranc:master

Conversation

@mirekfranc
Copy link
Copy Markdown
Contributor

@mirekfranc mirekfranc commented Jul 13, 2016

My colleagues have run static analysis on curl code base.

Two memory leaks we found. One in function lib/file.c:fileconnect where memory pointed to by variable real_path is never returned when returning CURLE_URL_MALFORMAT from the function. The other is in function lib/pipeline.c:Curl_pipeline_set_server_blacklist where both new_list and server_name have potential of leaking memory in case CURLM_OUT_OF_MEMORY is returned from the function.

The second issue appears to be in function lib/sock_sspi.c:Curl_SOCKS5_gssapi_negotiate where service_name is allocated via malloc(strlen(service)) while I believe the resulting string should be null-terminated.

@mention-bot
Copy link
Copy Markdown

@mirekfranc, thanks for your PR! By analyzing the annotation information on this pull request, we identified @bagder, @linusnielsen and @yangtse to be potential reviewers

@jay jay closed this in bf430ec Jul 14, 2016
@jay
Copy link
Copy Markdown
Member

jay commented Jul 14, 2016

Thanks

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants