diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-08-03 08:53:45 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-04 16:18:03 -0700 |
commit | 2a1bc0d56b446104a3a728925b3a7afbef64afa7 (patch) | |
tree | 2c484fa53420a3c673142551daccc45b0f803d10 /REPORTING-BUGS | |
parent | 889635fd6b269963f7e68b53c9f0f60c8008a77f (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 <davem@davemloft.net>
Cc: Chaithrika U S <chaithrika@ti.com>
Cc: Sriramakrishnan <srk@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions