mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 04:16:16 +00:00
The "loc" value comes from the user and it can be negative leading to an
an array underflow when we check "priv->net_filters[loc].claimed". Fix
this by changing the type to u32.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcmasp_ethtool.c | ||
| bcmasp_intf_defs.h | ||
| bcmasp_intf.c | ||
| bcmasp.c | ||
| bcmasp.h | ||
| Makefile | ||