Subject: Re: alignment crash in v6 ipfilter when receiving on gif
To: Chris Ross <cross+netbsd@distal.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 07/10/2007 21:01:27
On Tue, Jul 10, 2007 at 02:53:03PM -0400, Chris Ross wrote:
>   I'm curious if this is actually the best fix, or if Darren's  
> suggestion(1) of
> using a bcmp instead of using the IP6_NEQ() macro might be a better
> fix?  I guess it's a function-call either way, so it may not matter...

Actually if that works it is better - and gcc might even inline it.

Martin