Revision 02a896ca84874bbfcedc006303f2951dda89b298 authored by Aditya Pakki on 05 December 2019, 23:04:49 UTC, committed by David S. Miller on 07 December 2019, 19:52:23 UTC
Passing NULL to pppoe_pernet causes a crash via BUG_ON.
Dereferencing net in net_generici() also has the same effect. This patch
removes the redundant BUG_ON check on the same parameter.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5532946
History
File Mode Size
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 373 bytes
cgu.c -rw-r--r-- 19.7 KB
cgu.h -rw-r--r-- 7.2 KB
jz4725b-cgu.c -rw-r--r-- 5.8 KB
jz4740-cgu.c -rw-r--r-- 5.9 KB
jz4770-cgu.c -rw-r--r-- 11.3 KB
jz4780-cgu.c -rw-r--r-- 17.4 KB
pm.c -rw-r--r-- 999 bytes
pm.h -rw-r--r-- 296 bytes
tcu.c -rw-r--r-- 11.9 KB
x1000-cgu.c -rw-r--r-- 6.3 KB

back to top