summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2011-10-17 21:04:20 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-10-19 23:35:51 (GMT)
commit4f25af27827080c3163e59c7af1ca84a05ce121c (patch)
tree393c42c11b7876456b8cdca6f94ff5d7c301337b /CREDITS
parent79de9efdb93d8e693dccd0eb7d80cd6092f5875b (diff)
downloadlinux-fsl-qoriq-4f25af27827080c3163e59c7af1ca84a05ce121c.tar.xz
filter: use unsigned int to silence static checker warning
This is just a cleanup. My testing version of Smatch warns about this: net/core/filter.c +380 check_load_and_stores(6) warn: check 'flen' for negative values flen comes from the user. We try to clamp the values here between 1 and BPF_MAXINSNS but the clamp doesn't work because it could be negative. This is a bug, but it's not exploitable. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions