Re: [PATCH net] ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped

2016-11-03 Thread David Miller
From: Eric Dumazet Date: Thu, 03 Nov 2016 08:59:46 -0700 > From: Eric Dumazet > > While fuzzing kernel with syzkaller, Andrey reported a nasty crash > in inet6_bind() caused by DCCP lacking a required method. > > Fixes: ab1e0a13d7029 ("[SOCK]

Re: [PATCH net] ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped

2016-11-03 Thread Arnaldo Carvalho de Melo
Em Thu, Nov 03, 2016 at 08:59:46AM -0700, Eric Dumazet escreveu: > From: Eric Dumazet > > While fuzzing kernel with syzkaller, Andrey reported a nasty crash > in inet6_bind() caused by DCCP lacking a required method. Ouch, thanks, forgot the mapped case :-) Acked-by:

[PATCH net] ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped

2016-11-03 Thread Eric Dumazet
From: Eric Dumazet While fuzzing kernel with syzkaller, Andrey reported a nasty crash in inet6_bind() caused by DCCP lacking a required method. Fixes: ab1e0a13d7029 ("[SOCK] proto: Add hashinfo member to struct proto") Signed-off-by: Eric Dumazet