Re: [PATCH] cls_cgroup: get sk_classid only from full sockets
From: Eric Dumazet <hidden>
Date: 2016-04-18 12:14:54
Also in:
cgroups, lkml
From: Eric Dumazet <hidden>
Date: 2016-04-18 12:14:54
Also in:
cgroups, lkml
On Mon, 2016-04-18 at 14:37 +0300, Konstantin Khlebnikov wrote:
skb->sk could point to timewait or request socket which has no sk_classid. Detected as "BUG: KASAN: slab-out-of-bounds in cls_cgroup_classify". Signed-off-by: Konstantin Khlebnikov <redacted> ---
Acked-by: Eric Dumazet <edumazet@google.com> Thanks !