[Bug 316816] Re: Segmentation fault at large expression lists
Brian
brian2004 at buchananworldcorp.com
Thu Feb 5 18:03:30 UTC 2009
The sed script isn't doing enough. Try this:
/@@.*/d;
/^!.*/d;
/^\[.*\]$/d;
s#http://#^#g;
s,[.?=&/|()[],\\&,g;
s#*#.*#g;
s,\$.*$,,g;
It includes code to escape parenthesis and open square bracket, and it
replaces http:// with ^
I don't know if a simple sed script is going to be enough to get the
easylist working with SquidGuard.
--
Segmentation fault at large expression lists
https://bugs.launchpad.net/bugs/316816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list