Skip to content

Commit

Permalink
create-diff-object: add init value for pfe flag
Browse files Browse the repository at this point in the history
Set pfe_per_function default to false.
  • Loading branch information
ZzzMao committed Nov 8, 2023
1 parent b44af0c commit 56386a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpatch-build/create-diff-object.c
Original file line number Diff line number Diff line change
Expand Up @@ -3786,7 +3786,7 @@ static void kpatch_create_mcount_sections(struct kpatch_elf *kelf)
struct symbol *sym;
struct rela *rela, *mcount_rela;
void **funcs;
bool pfe_per_function;
bool pfe_per_function = false;

nr = 0;
list_for_each_entry(sym, &kelf->symbols, list)
Expand Down

0 comments on commit 56386a9

Please sign in to comment.