patch for the Dec 5 2.0.6 release candidate
Peter Van Epp
vanepp at sfu.ca
Tue Jan 6 15:38:22 EST 2004
Carter:
The fix for -U > 100 didn't make it in to the release candidate. Here
is a patch against the 2.0.6.tar.gz release candidate from Dec 5 of the fix
you provided against beta.48:
*** server/ArgusUtil.c.orig Tue Jan 6 12:30:15 2004
--- server/ArgusUtil.c Tue Jan 6 12:31:07 2004
***************
*** 849,855 ****
asock->ptr += len;
asock->cnt -= len;
asock->ahdr = (struct ArgusRecordHeader *)asock->ptr;
! }
}
if (asock->cnt && ((unsigned char *)asock->ahdr != asock->buf)) {
--- 849,856 ----
asock->ptr += len;
asock->cnt -= len;
asock->ahdr = (struct ArgusRecordHeader *)asock->ptr;
! } else
! break;
}
if (asock->cnt && ((unsigned char *)asock->ahdr != asock->buf)) {
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
More information about the argus
mailing list