diff options
author | Joerg Roedel <[email protected]> | 2010-01-22 16:40:20 +0100 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2010-01-22 16:48:57 +0100 |
commit | d91afd15b041f27d34859c79afa9e172018a86f4 (patch) | |
tree | 649ead5c81f1c9d94a584cb4fbe966f1051047b3 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 92dcffb916d309aa01778bf8963a6932e4014d07 (diff) |
x86/amd-iommu: Fix possible integer overflow
The variable i in this function could be increased to over
2**32 which would result in an integer overflow when using
int. Fix it by changing i to unsigned long.
Cc: [email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions