]> granicus.if.org Git - curl/commit
detect_proxy: fix possible single-byte memory leak
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2014 21:31:01 +0000 (23:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2014 21:31:01 +0000 (23:31 +0200)
commitb85c625d831de821d0e4ead3d01be2ffe955aa28
treef70927e2d28d679904a17b9b87bdede3473a790c
parent0d357155cc8b5132e33ee6d20b0a83aff872e58b
detect_proxy: fix possible single-byte memory leak

Coverity CID 1202836. If the proxy environment variable returned an empty
string, it would be leaked. While an empty string is not really a proxy, other
logic in this function already allows a blank string to be returned so allow
that here to avoid the leak.
lib/url.c