]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix memory problem when URL has colon but no port
authorwessels <>
Mon, 15 Apr 1996 20:50:58 +0000 (20:50 +0000)
committerwessels <>
Mon, 15 Apr 1996 20:50:58 +0000 (20:50 +0000)
ChangeLog

index edaeb9df5efce34df1219c08fc6ea93740412330..1ee62c74d5572201cddaf03c1713c32312052143 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,3 +69,4 @@
          storeAddFromDisk().
        - Fixed memory leaks.
        - Check specifically for tm_gmtoff and set HAVE_TM_GMTOFF
+       - Fixed memory problem for colon but no port ("http://foo.com:/")