mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
Coverity reported a sign extension issue on rq->caching << 26 in the
Linux ThunderX driver. (It appears Coverity Scan doesn't build arm64
objects in FreeBSD.)
As done in Linux, add a cast.
Fixes:
|
||
|---|---|---|
| .. | ||
| lmac_if.m | ||
| mrml_bridge.c | ||
| nic.h | ||
| nic_main.c | ||
| nic_reg.h | ||
| nicvf_main.c | ||
| nicvf_queues.c | ||
| nicvf_queues.h | ||
| q_struct.h | ||
| thunder_bgx.c | ||
| thunder_bgx.h | ||
| thunder_bgx_fdt.c | ||
| thunder_bgx_var.h | ||
| thunder_mdio.c | ||
| thunder_mdio_fdt.c | ||
| thunder_mdio_var.h | ||