]> git.pld-linux.org Git - packages/squid.git/blame - squid-domainmatch.patch
- fix memory leak in the processing of malformed DNS responses
[packages/squid.git] / squid-domainmatch.patch
CommitLineData
7c1b148a 1diff -ru squid-2.3.STABLE4.old/src/acl.c squid-2.3.STABLE4/src/acl.c
2--- squid-2.3.STABLE4.old/src/acl.c Thu Mar 2 12:29:14 2000
3+++ squid-2.3.STABLE4/src/acl.c Mon Nov 6 22:43:56 2000
4@@ -629,7 +629,7 @@
5 splayNode **Top = curlist;
6 while ((t = strtokFile())) {
7 Tolower(t);
8- *Top = splay_insert(xstrdup(t), *Top, aclDomainCompare);
9+ *Top = splay_insert(xstrdup(t), *Top, aclHostDomainCompare);
10 }
11 }
12
This page took 0.09568 seconds and 4 git commands to generate.