Bug 80601 - net/netfilter/ipvs/ip_vs_ctl.c:2341: pointless test ?
Summary: net/netfilter/ipvs/ip_vs_ctl.c:2341: pointless test ?
Status: NEW
Alias: None
Product: Networking
Classification: Unclassified
Component: Netfilter/Iptables (show other bugs)
Hardware: All Linux
: P1 low
Assignee: networking_netfilter-iptables@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 10:14 UTC by David Binderman
Modified: 2016-02-15 20:20 UTC (History)
2 users (show)

See Also:
Kernel Version: 3.16-rc5
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description David Binderman 2014-07-18 10:14:21 UTC
[linux-3.16-rc5/net/netfilter/ipvs/ip_vs_ctl.c:2341]: (style) Checking if unsigned variable 'len' is less than zero.

    if (len < 0 || len >  MAX_ARG_LEN)
Comment 1 Andrey Utkin 2014-07-18 15:49:03 UTC
Thanks. https://patchwork.kernel.org/patch/4586081/

Note You need to log in before you can comment on or make changes to this bug.