mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
There is a potential NULL pointer dereference in case
alloc_ctrl_packet() fails and returns NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| hardware.c | ||
| hardware.h | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| network.c | ||
| network.h | ||
| setup_protocol.h | ||
| tty.c | ||
| tty.h | ||