mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
dm is netdev private data and it cannot be used after free_netdev() call. Using dm after free_netdev() can cause UAF bug. Fix it by moving free_netdev() at the end of the function. This is similar to the issue fixed in commit |
||
|---|---|---|
| .. | ||
| dm9000.c | ||
| dm9000.h | ||
| dm9051.c | ||
| dm9051.h | ||
| Kconfig | ||
| Makefile | ||