commit | fe26109a9dfd9327fdbe630fc819e1b7450986b2 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Mon Sep 18 06:37:58 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 18 06:37:58 2006 -0700 |
tree | c8e2e446a2756f6c55aa8faa45de6a0f1a216f56 | |
parent | d7811e623dd4be3e3bdba2d6330f7f15541ee45f [diff] |
[ATM] CLIP: Do not refer freed skbuff in clip_mkip(). In clip_mkip(), skb->dev is dereferenced after clip_push(), which frees up skb. Advisory: AD_LAB-06009 (<adlab@venustech.com.cn>). Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>