mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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 | ||