Skip to content
  1. Oct 09, 2014
  2. Oct 08, 2014
  3. Oct 07, 2014
  4. Oct 06, 2014
  5. Oct 04, 2014
  6. Oct 03, 2014
  7. Oct 02, 2014
    • Daniel Stenberg's avatar
      detect_proxy: fix possible single-byte memory leak · b85c625d
      Daniel Stenberg authored
      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.
      b85c625d