mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-21 11:29:12 +09:00
alloc_netdev() is not checked here for NULL return value. dev is check instead. It might lead to NULL dereference of ndev. Signed-off-by: Vasiliy Kulikov <segoon@openwall.com> Signed-off-by: David S. Miller <davem@davemloft.net>