Re: [PATCH] [XFRM]: Don't dereference error pointer dst1
From: David Miller <davem@davemloft.net>
Date: 2010-09-29 20:49:32
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2010-09-29 20:49:32
Also in:
lkml
From: Eric Dumazet <redacted> Date: Wed, 29 Sep 2010 22:45:13 +0200
This is not a dereference, but a cast from "struct xfrm_dst *" to "struct dst_entry *"
Right, please teach whatever tool caught this that taking an address of a member of an object referenced by pointer is not an error like a true dereference is.