Re: [Clamav-devel] libclamav alignment problem

2005-11-21 Thread Stephen Gran
On Mon, Nov 21, 2005 at 10:40:27PM +0100, Tomasz Kojm said: > On Sat, 13 Aug 2005 13:36:57 -0400 > Stephen Gran <[EMAIL PROTECTED]> wrote: > > > Background: > > The zip routines generate a SIGBUS on sparc64 due to alignment problems. > > The patch below fixes it, although not portably enough. > >

Re: [Clamav-devel] libclamav alignment problem

2005-11-21 Thread Tomasz Kojm
On Sat, 13 Aug 2005 13:36:57 -0400 Stephen Gran <[EMAIL PROTECTED]> 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/

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 let

[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, - F