On 31/08/2012 7:49 a.m., Derek Simon wrote:
Amos,
Ah, I see. Squid 2.x wasn't checking for unreachable entries in the
splay tree, yes? And now 3.x is? Apparently my proxy hasn't been all
that secure for the last bit here now, haha... :-)
Exactly.
I went ahead and wrote a Python script that sanitizes the lists I use.
It runs through the file and removes all subdomains where a parent
domain is already present. I guess I'll have to add in a duplicate
checker as well, seeing as I don't know if/when that patch will hit
the 3.1 (Ubuntu 12.04) branch.
Ouch. It probably won't make it into that Ubuntu distro due to the
archive updates policy. 12.10 or 13.* should have it.
Amos