diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-10-10 18:45:19 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-10-15 14:32:22 +0300 |
commit | 637c4f6fe40befa04f19c38b5d15429cbb9191d9 (patch) | |
tree | aaa45d1281bd8ea9ecfb80f1847e4df72378d473 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1cff6ff302f5703a627f9ee1d99131161ea2683e (diff) | |
download | linux-637c4f6fe40befa04f19c38b5d15429cbb9191d9.tar.xz |
octeontx2-af: Fix potential integer overflows on integer shifts
The left shift int 32 bit integer constants 1 is evaluated using 32 bit
arithmetic and then assigned to a 64 bit unsigned integer. In the case
where the shift is 32 or more this can lead to an overflow. Avoid this
by shifting using the BIT_ULL macro instead.
Fixes: 019aba04f08c ("octeontx2-af: Modify SMQ flush sequence to drop packets")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/20241010154519.768785-1-colin.i.king@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions