mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08: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_regs.h | ||
ar2315.c | ||
ar2315.h | ||
ar5312_regs.h | ||
ar5312.c | ||
ar5312.h | ||
board.c | ||
devices.c | ||
devices.h | ||
early_printk.c | ||
Kconfig | ||
Makefile | ||
Platform | ||
prom.c |