lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 09 Apr 2007 11:46:30 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	acme@...stprotocols.net
Cc:	kaber@...sh.net, netdev@...r.kernel.org
Subject: Re: [XFRM]: esp: fix skb_tail_pointer conversion bug

From: "Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
Date: Sun, 8 Apr 2007 10:07:29 -0300

> On 4/8/07, Patrick McHardy <kaber@...sh.net> wrote:
> >
> > [XFRM]: esp: fix skb_tail_pointer conversion bug
> >
> > Fix incorrect switch of "trailer" skb by "skb" during skb_tail_pointer
> > conversion:
> >
> > -       *(u8*)(trailer->tail - 1) = top_iph->protocol;
> > +       *(skb_tail_pointer(skb) - 1) = top_iph->protocol;
> >
> > -       *(u8 *)(trailer->tail - 1) = *skb_network_header(skb);
> > +       *(skb_tail_pointer(skb) - 1) = *skb_network_header(skb);
> >
> >
> > Signed-off-by: Patrick McHardy <kaber@...sh.net>
> 
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...stprotocols.net>

Applied, thanks everyone.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ