[Clamav-devel] libclamav alignment problem

2005-08-13 Thread Stephen Gran
Background: The zip routines generate a SIGBUS on sparc64 due to alignment problems. The patch below fixes it, although not portably enough. Can you all review the discussion at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322396 and let me know how you would like to fix it? Thanks, -

Re: [Clamav-devel] Multiple signedness mismatches

2005-08-13 Thread Dale Walsh
On Aug 13, 2005, at 03:16 PM, Stephen Gran wrote: Hello all, I see that gcc-4.x is much pickier about all sorts of things than the 3.x series was, and emits warnings for any kind of mismatch. Most of them are admittedly harmless, but I do like seeing as clean a compile as possible. Would

Re: [Clamav-devel] libclamav alignment problem

2005-08-13 Thread Dale Walsh
On Aug 13, 2005, at 01:36 PM, Stephen Gran wrote: Background: The zip routines generate a SIGBUS on sparc64 due to alignment problems. The patch below fixes it, although not portably enough. Can you all review the discussion at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322396 and