diff options
author | Dan Carpenter <[email protected]> | 2019-10-11 17:11:15 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-10-15 20:07:43 +0200 |
commit | fd47a417e75e2506eb3672ae569b1c87e3774155 (patch) | |
tree | 3098b5352d2a22355d77def24e5c11c88b193f83 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b6c03e5f7b463efcafd1ce141bd5a8fc4e583ae2 (diff) |
USB: legousbtower: fix a signedness bug in tower_probe()
The problem is that sizeof() is unsigned long so negative error codes
are type promoted to high positive values and the condition becomes
false.
Fixes: 1d427be4a39d ("USB: legousbtower: fix slab info leak at probe")
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Johan Hovold <[email protected]>
Link: https://lore.kernel.org/r/20191011141115.GA4521@mwanda
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions