mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
1b22b4b28f
Currently there is no null check on a failed allocation of board_data,
and hence a null pointer dereference will occurr. Fix this by checking
for the out of memory null pointer.
Fixes:
|
||
---|---|---|
.. | ||
ar2315.c | ||
ar2315.h | ||
ar2315_regs.h | ||
ar5312.c | ||
ar5312.h | ||
ar5312_regs.h | ||
board.c | ||
devices.c | ||
devices.h | ||
early_printk.c | ||
Kconfig | ||
Makefile | ||
Platform | ||
prom.c |