summaryrefslogtreecommitdiff
path: root/include/net/ieee80211.h
diff options
context:
space:
mode:
authorGabriel A. Devenyi <ace@staticwave.ca>2005-11-13 00:00:46 +0300
committerJeff Garzik <jgarzik@pobox.com>2005-11-18 21:31:00 +0300
commitc5b42f343d19d0a04782db0dde5b128dd282f95c (patch)
treeec0b45fac9f38dcc6b6066efbfea7b04450060e7 /include/net/ieee80211.h
parentcbf7c42b727826770a44c0a10ef3663da08e64bc (diff)
downloadlinux-c5b42f343d19d0a04782db0dde5b128dd282f95c.tar.xz
[PATCH] drivers/net/wireless/hermes.c unsigned int comparision
hermas_bap_pread, hermes_bap_pwrite, and hermes_bap_pwrite_pad all have a parameter "len" that is declared unsigned, but checked for a value less than zero. Auditing the callers, it is possible for len to be passed a negative value, so len should be an int. Thanks to LinuxICC (http://linuxicc.sf.net) Signed-off-by: Gabriel A. Devenyi <ace@staticwave.ca> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/net/ieee80211.h')
0 files changed, 0 insertions, 0 deletions