aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/prog_array_init.c
diff options
context:
space:
mode:
authorGregory Price <[email protected]>2024-09-13 19:19:53 -0400
committerArd Biesheuvel <[email protected]>2024-10-15 20:27:29 +0200
commita066397e8ed1036e8b959050ab6e830ee90d9f58 (patch)
treeb04c8fb1030b4478688e302815729d265d3b55a9 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c
parentc33c28f9f6e017702374e1ab907dfa5a63db5301 (diff)
tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
__calc_tpm2_event_size returns 0 or a positive length, but return values are often interpreted as ints. Convert everything over to u32 to avoid signed/unsigned logic errors. Signed-off-by: Gregory Price <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions