[PATCH net-next 0/3] net: String format safety updates
Simon Horman
horms at kernel.org
Fri Oct 11 09:57:09 UTC 2024
Hi,
This series addresses string format safety issues that are
flagged by tooling in files touched by recent patches.
I do not believe that any of these issues are bugs.
Rather, I am providing these updates as I think there is a value
in addressing such warnings so real problems stand out.
---
Simon Horman (3):
net: dsa: microchip: copy string using strscpy
net: txgbe: Pass string literal as format argument of alloc_workqueue()
accel/qaic: Pass string literal as format argument of alloc_workqueue()
drivers/accel/qaic/qaic_drv.c | 4 ++--
drivers/net/dsa/microchip/ksz_ptp.c | 2 +-
drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
base-commit: 59ae83dcf102710f097aa14de88ea5cb1396b866
More information about the dri-devel
mailing list