mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
ecd89c02da
The rx->dqo.buf_states[] array is allocated in gve_rx_alloc_ring_dqo()
and it has rx->dqo.num_buf_states so this > needs to >= to prevent an
out of bounds access.
Fixes:
|
||
---|---|---|
.. | ||
gve_adminq.c | ||
gve_adminq.h | ||
gve_desc_dqo.h | ||
gve_desc.h | ||
gve_dqo.h | ||
gve_ethtool.c | ||
gve_main.c | ||
gve_register.h | ||
gve_rx_dqo.c | ||
gve_rx.c | ||
gve_tx_dqo.c | ||
gve_tx.c | ||
gve_utils.c | ||
gve_utils.h | ||
gve.h | ||
Makefile |