Fix for RE: adendum to crash report

Carter Bullard carter at qosient.com
Tue Feb 27 16:39:40 EST 2001


Hey Russell,
   Try this patch (in addition to the one I sent earlier)
to see if we don't get fixed.

Carter

Index: ArgusModeler.c
===================================================================
RCS file: /usr/local/cvsroot/argus/server/ArgusModeler.c,v
retrieving revision 1.123
diff -r1.123 ArgusModeler.c
756a757
>
759,768c760,763
<                   struct ArgusFlowStats *ArgusThisStats;
<
<                   if (flowstr->state.rev == ArgusThisDir)
<                      ArgusThisStats = &flowstr->state.src;
<                   else
<                      ArgusThisStats = &flowstr->state.dst;
<
<                   state = ARGUS_STATUS;
<                   ArgusTallyStats (frag, state);
<                   return;
---
>                   if ((exbuf = (struct ArgusFragExtensionBuffer *)
ArgusCalloc (1, sizeof(*exbuf))) != NULL) {
>                      frag->FragDSRBuffer = exbuf;
>                      bcopy((char *)ArgusThisFlow, (char *)&exbuf->flow,
sizeof(*ArgusThisFlow));
>                   }

> -----Original Message-----
> From: r.fulton at auckland.ac.nz [mailto:r.fulton at auckland.ac.nz]
> Sent: Tuesday, February 27, 2001 3:57 PM
> To: Carter Bullard
> Subject: adendum to crash report
>
>
> Feb 28 06:39:24 ruru argus_bpf[36525]: ArgusUpdateFRAGState
> (0x85f5800, 1) no extension buffer
> in syslog....
>
> Russell Fulton, Computer and Network Security Officer
> The University of Auckland,  New Zealand
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20010227/a40d2a0c/attachment.html>


More information about the argus mailing list