diff options
| author | Tom Stellard <tstellar@redhat.com> | 2025-09-17 21:38:47 +0300 | 
|---|---|---|
| committer | Andrii Nakryiko <andrii@kernel.org> | 2025-09-20 01:42:42 +0300 | 
| commit | 5612ea8b554375d45c14cbb0f8ea93ec5d172891 (patch) | |
| tree | 9216ac5e6384be57af83bba85e6554ad90eafda4 /rust/helpers/pci.c | |
| parent | 57cb26950112f0dfa9077b2710b1c280efa97e81 (diff) | |
| download | linux-5612ea8b554375d45c14cbb0f8ea93ec5d172891.tar.xz | |
bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
This fixes the build with -Werror -Wall.
btf_dumper.c:71:31: error: variable 'finfo' is uninitialized when passed as a const pointer argument here [-Werror,-Wuninitialized-const-pointer]
   71 |         info.func_info = ptr_to_u64(&finfo);
      |                                      ^~~~~
prog.c:2294:31: error: variable 'func_info' is uninitialized when passed as a const pointer argument here [-Werror,-Wuninitialized-const-pointer]
 2294 |         info.func_info = ptr_to_u64(&func_info);
      |
v2:
  - Initialize instead of using memset.
Signed-off-by: Tom Stellard <tstellar@redhat.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Quentin Monnet <qmo@kernel.org>
Link: https://lore.kernel.org/bpf/20250917183847.318163-1-tstellar@redhat.com
Diffstat (limited to 'rust/helpers/pci.c')
0 files changed, 0 insertions, 0 deletions
