aboutsummaryrefslogtreecommitdiff
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorStefan Weil <[email protected]>2010-08-03 08:53:45 +0000
committerDavid S. Miller <[email protected]>2010-08-04 16:18:03 -0700
commit2a1bc0d56b446104a3a728925b3a7afbef64afa7 (patch)
tree2c484fa53420a3c673142551daccc45b0f803d10 /lib/dynamic_debug.c
parent889635fd6b269963f7e68b53c9f0f60c8008a77f (diff)
davinci_emac: Fix use after free in davinci_emac_remove
free_netdev finally calls kfree which makes the contents of ndev and priv (private data contained in ndev) invalid. So iounmap should be called before free_netdev. Cc: David S. Miller <[email protected]> Cc: Chaithrika U S <[email protected]> Cc: Sriramakrishnan <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Stefan Weil <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions