Re: [PATCH v2] net: niu: fix potential buffer overflow/truncation in irq names
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <178614664163.2467553.5421204651277744533.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>: On Mon, 3 Aug 2026 23:11:49 +0200 you wrote: > Building with W=1 reports a -Wformat-truncation warning on > niu_set_irq_name(): the "%s:SYSERR" format could be truncated > because irq_name[] was one byte too small for the worst case > interface name length (IFNAMSIZ-1) plus the ":SYSERR" suffix. > > Increase the irq_name buffer size to account for the suffix and > replace the remaining sprintf() calls in the same function with > snprintf() to avoid possible buffer overflows. > > [...] Here is the summary with links: - [v2] net: niu: fix potential buffer overflow/truncation in irq names https://git.kernel.org/netdev/net-next/c/4d8e0becfd34 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html