[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#660902: linux-image-2.6-amd64: netatalk/afpd glitch with Linux 2.6.32



On Mon, Feb 27, 2012 at 07:21:06AM +0000, Ben Hutchings wrote:

> Well I can only see two bug fixes to Appletalk between those kernel
> versions. Can you try the attached patch?

Very sorry for the delay in responding - I only just now got a chance to
actually exercise the patch. It appears to do the trick.

Is this likely to make it into the shipped kernel any time soon? I'm happy
deploying a patched kernel for the purpose, but will be happier still once
Debian's shipping the fix directly.

Thank you kindly for your assistance. Much appreciated.


> diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c
> index 9d4adfd..f2b3b56 100644
> --- a/net/appletalk/aarp.c
> +++ b/net/appletalk/aarp.c
> @@ -819,7 +819,7 @@ static int aarp_rcv(struct sk_buff *skb, struct net_device *dev,
>  				ma = &ifa->address;
>  			else { /* We need to make a copy of the entry. */
>  				da.s_node = sa.s_node;
> -				da.s_net = da.s_net;
> +				da.s_net = sa.s_net;
>  				ma = &da;
>  			}
>  
> -- 
> 1.7.9.1
> 

-- 
Mason Loring Bliss    ((    IF I HAD KNOWN IT WAS HARMLESS
 mason@blisses.org     ))    I WOULD HAVE KILLED IT MYSELF.



Reply to: