diff options
author | Ard Biesheuvel <[email protected]> | 2016-01-05 10:18:52 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2016-01-05 11:27:20 +0000 |
commit | f930896967fa3f9ab16a6f87267b92798308d48f (patch) | |
tree | 053df1f97b3a6f2195716ab30e5ffc747a80d234 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b24a557527f97ad88619d5bd4c8017c635056d69 (diff) |
arm64: module: avoid undefined shift behavior in reloc_data()
Compilers may engage the improbability drive when encountering shifts
by a distance that is a multiple of the size of the operand type. Since
the required bounds check is very simple here, we can get rid of all the
fuzzy masking, shifting and comparing, and use the documented bounds
directly.
Reported-by: David Binderman <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions