Skip to content

Commit 9b261ab

Browse files
ZzzMaoswine
authored andcommitted
create-diff-object: add init value for pfe flag
Set pfe_per_function default to false.
1 parent c48342c commit 9b261ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kpatch-build/create-diff-object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@ static void kpatch_create_mcount_sections(struct kpatch_elf *kelf)
38053805
struct symbol *sym;
38063806
struct rela *rela, *mcount_rela;
38073807
void **funcs;
3808-
bool pfe_per_function;
3808+
bool pfe_per_function = false;
38093809

38103810
nr = 0;
38113811
list_for_each_entry(sym, &kelf->symbols, list)

0 commit comments

Comments
 (0)