|
@@ -277,6 +277,11 @@ int load_bpf_file(char *path)
|
|
|
Elf_Data *data, *data_prog, *symbols = NULL;
|
|
|
char *shname, *shname_prog;
|
|
|
|
|
|
+ /* reset global variables */
|
|
|
+ kern_version = 0;
|
|
|
+ memset(license, 0, sizeof(license));
|
|
|
+ memset(processed_sec, 0, sizeof(processed_sec));
|
|
|
+
|
|
|
if (elf_version(EV_CURRENT) == EV_NONE)
|
|
|
return 1;
|
|
|
|