[Bro] Rotate log time issue - bro seg fault

CS Lee geek00l at gmail.com
Tue Sep 18 21:50:23 PDT 2007


Hi Vern,

The patch works! There's no more segfault after the patch is applied.

Thanks.

On 9/19/07, Vern Paxson <vern at icir.org> wrote:
>
> > The bro-1.3.2. that we installed having the same revision which is 4657
> -
>
> Ah.  Then please try this one.
>
>                 Vern
>
>
> Index: File.cc
> ===================================================================
> --- File.cc     (revision 4763)
> +++ File.cc     (revision 4773)
> @@ -539,6 +539,9 @@
>
> void BroFile::InstallRotateTimer()
>         {
> +       if ( terminating )
> +               return;
> +
>         if ( rotate_timer )
>                 {
>                 timer_mgr->Cancel(rotate_timer);
>



-- 
Best Regards,

CS Lee<geekooL[at]gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/bro/attachments/20070919/48b9e9cd/attachment.html 


More information about the Bro mailing list