diff --git a/tools/bpf2c/bpf_code_generator.h b/tools/bpf2c/bpf_code_generator.h index 4c3ede295..802a25209 100644 --- a/tools/bpf2c/bpf_code_generator.h +++ b/tools/bpf2c/bpf_code_generator.h @@ -397,7 +397,7 @@ class bpf_code_generator bool is_section_valid(const ELFIO::section* section); - int pe_section_name_counter; + int pe_section_name_counter{}; std::map sections; section_t* current_section; ELFIO::elfio reader;