Re: use-after-free in ip6_xmit

2015-12-07 Thread Eric Dumazet
On Mon, 2015-12-07 at 11:22 +0100, Dmitry Vyukov wrote: > Hello, > > The following program triggers use-after-free in ip6_xmit: > > // autogenerated by syzkaller (http://github.com/google/syzkaller) > #include > #include > #include > #include > #include > #include > #include > #include >

Re: use-after-free in ip6_xmit

2015-12-07 Thread Eric Dumazet
On Mon, Dec 7, 2015 at 6:44 AM, Dmitry Vyukov wrote: > Yes, seems to be fixed on master of > git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git. Just > can't pull in all fixes from all trees. Sorry. > When will it be merged into Linus tree? > As I said, they are already in Linus tree, pa

Re: use-after-free in ip6_xmit

2015-12-07 Thread Dmitry Vyukov
Yes, seems to be fixed on master of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git. Just can't pull in all fixes from all trees. Sorry. When will it be merged into Linus tree? On Mon, Dec 7, 2015 at 3:39 PM, Eric Dumazet wrote: > On Mon, 2015-12-07 at 06:36 -0800, Eric Dumazet wrot

Re: use-after-free in ip6_xmit

2015-12-07 Thread Eric Dumazet
On Mon, 2015-12-07 at 06:36 -0800, Eric Dumazet wrote: > Thanks > Also note that Dave Jones reported a SCTP problem fixed by : https://patchwork.ozlabs.org/patch/553068/ -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.or