Glad to hear it.

I've copied your note to the list to make it available to others in 
the searchable archives.

Rick


Chip Burkitt wrote:
> 
> Thanks. I applied the patch, and it works now.
> 
> Chip
> 
> ----- Original Message ----- 
> From: Rick Matthews
> 
> It looks like you're going to need "the patch".
> See: <http://www.maynidea.com/squidguard/faq-plus.html#nosuchbug> and
> <http://marc.theaimsgroup.com/?l=squidguard&m=103046416402992&w=2>
> 
> Summary:
> -------
> Edit the file src/sgDb.c (squidGuard V1.2.0 sources). Go
> to line 44 and replace:
>     dbfile = (char *) sgMalloc(strlen(file) + 5);
> by
>     dbfile = (char *) sgMalloc(strlen(file) + 4);
> 
> Next, go to line 146 and replace:
>         update = (char *) sgMalloc(strlen(file) + 5);
> with
>         update = (char *) sgMalloc(strlen(file) + 6);
> 
> Now recompile squidGuard.
> 
> Rick
> 
> 
> 
> 

Reply via email to