aboutsummaryrefslogtreecommitdiff
path: root/lib/genalloc.c
diff options
context:
space:
mode:
authorGabriel A. Devenyi <[email protected]>2005-11-12 16:00:46 -0500
committerJeff Garzik <[email protected]>2005-11-18 13:31:00 -0500
commitc5b42f343d19d0a04782db0dde5b128dd282f95c (patch)
treeec0b45fac9f38dcc6b6066efbfea7b04450060e7 /lib/genalloc.c
parentcbf7c42b727826770a44c0a10ef3663da08e64bc (diff)
[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 <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'lib/genalloc.c')
0 files changed, 0 insertions, 0 deletions