diff options
| author | Ilya Leoshkevich <iii@linux.ibm.com> | 2020-09-15 13:39:28 +0200 |
|---|---|---|
| committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-09-19 01:01:18 +0200 |
| commit | fec47bbc10b243690f5d0ee484a0bbdee273e71b (patch) | |
| tree | db40259d9394e53727ab2328412577b4badbf1da /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | b6ed6cf4a3acdeab9aed8e0a524850761ec9b152 (diff) | |
selftests/bpf: Fix endianness issue in test_sockopt_sk
getsetsockopt() calls getsockopt() with optlen == 1, but then checks
the resulting int. It is ok on little endian, but not on big endian.
Fix by checking char instead.
Fixes: 8a027dc0d8f5 ("selftests/bpf: add sockopt test that exercises sk helpers")
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200915113928.3768496-1-iii@linux.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
