mirror of https://github.com/torvalds/linux.git
This does a "chunk_len - 4" subtraction later when it calls:
ret = wfx_hif_configuration(wdev, buf + 4, chunk_len - 4);
so check for "chunk_len" is less than 4.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| bh.c | ||
| bh.h | ||
| bus.h | ||
| bus_sdio.c | ||
| bus_spi.c | ||
| data_rx.c | ||
| data_rx.h | ||
| data_tx.c | ||
| data_tx.h | ||
| debug.c | ||
| debug.h | ||
| fwio.c | ||
| fwio.h | ||
| hif_api_cmd.h | ||
| hif_api_general.h | ||
| hif_api_mib.h | ||
| hif_rx.c | ||
| hif_rx.h | ||
| hif_tx.c | ||
| hif_tx.h | ||
| hif_tx_mib.c | ||
| hif_tx_mib.h | ||
| hwio.c | ||
| hwio.h | ||
| key.c | ||
| key.h | ||
| main.c | ||
| main.h | ||
| queue.c | ||
| queue.h | ||
| scan.c | ||
| scan.h | ||
| sta.c | ||
| sta.h | ||
| traces.h | ||
| wfx.h | ||