mirror of https://github.com/torvalds/linux.git
The "pipe" variable is a u8 which comes from the network. If it's more
than 127, then it results in memory corruption in the caller,
nci_hci_connect_gate().
Cc: stable@vger.kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| core.c | ||
| data.c | ||
| hci.c | ||
| lib.c | ||
| ntf.c | ||
| rsp.c | ||
| spi.c | ||
| uart.c | ||