I think the fix that was applied to compress.c still needs to be applied to uncompr.c ( ../src/external/zlib-1.2.3 ).

Change line 42 from:

   if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;

To

   if ((uInt)stream.avail_out != (uInt)*destLen) return Z_BUF_ERROR;


Martin

[EMAIL PROTECTED] wrote:
I am having the same problem with ossec 0.9-1a running Ubuntu on a Sun
x4100.  It seems to be an x86_64 kernel problem, but I don't have a
solution yet.

Rick

  

Reply via email to