summaryrefslogtreecommitdiffstats
path: root/net/x25/Kconfig
diff options
context:
space:
mode:
authorRoel Kluin <roel.kluin@gmail.com>2009-03-14 00:04:12 +0100
committerDavid S. Miller <davem@davemloft.net>2009-03-14 00:04:12 +0100
commit8db09f26f912f7c90c764806e804b558da520d4f (patch)
treea02b562f75c862306aebbfa207bcdb1657a87bd9 /net/x25/Kconfig
parentipv4: arp announce, arp_proxy and windows ip conflict verification (diff)
downloadlinux-8db09f26f912f7c90c764806e804b558da520d4f.tar.xz
linux-8db09f26f912f7c90c764806e804b558da520d4f.zip
x25: '< 0' and '>= 0' test on unsigned
skb->len is an unsigned int, so the test in x25_rx_call_request() always evaluates to true. len in x25_sendmsg() is unsigned as well. so -ERRORS returned by x25_output() are not noticed. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25/Kconfig')
0 files changed, 0 insertions, 0 deletions