commit | 8dc22d2b642f8a6f14ef8878777a05311e5d1d7e | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 03 19:29:15 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 03 19:29:15 2006 -0700 |
tree | fb6ec490d0318cf7c267668f6d06391b2033b2fb | |
parent | 518d1c9679f644811adaa22d853f43a83fbdae84 [diff] |
[ROSE]: Fix dereference of skb pointer after free. If rose_route_frame return success we'll dereference a stale pointer. Likely this is only going to result in bad statistics for the ROSE interface. This fixes coverity 946. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>