On Wed, Jun 28, 2023 at 05:29:57PM -0700, lon...@linuxonhyperv.com wrote:
> From: Stephen Hemminger
>
> Found by cppcheck.
>
> drivers/net/netvsc/hn_rndis.c:332:21: warning: Found calculation inside
> sizeof(). [sizeofCalculation] if (len < sizeof(3 * sizeof(uint32_t))) {
>
> Fixes: 4e9c73e96
On 6/29/2023 1:29 AM, lon...@linuxonhyperv.com wrote:
> From: Stephen Hemminger
>
> Found by cppcheck.
>
> drivers/net/netvsc/hn_rndis.c:332:21: warning: Found calculation inside
> sizeof(). [sizeofCalculation] if (len < sizeof(3 * sizeof(uint32_t))) {
>
> Fixes: 4e9c73e96e83 ("net/netvsc: ad
From: Stephen Hemminger
Found by cppcheck.
drivers/net/netvsc/hn_rndis.c:332:21: warning: Found calculation inside
sizeof(). [sizeofCalculation] if (len < sizeof(3 * sizeof(uint32_t))) {
Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device")
Signed-off-by: Stephen Hemminger
Signed-of
3 matches
Mail list logo