check_policy_sanity(): Initialize last_policy

このコミットが含まれているのは:
2021-10-03 21:25:37 +02:00
コミット 55e1f42ca8

2
qssb.h
ファイルの表示

@@ -980,7 +980,7 @@ static int check_policy_sanity(struct qssb_policy *policy)
int i = 0; int i = 0;
int last_match_all = -1; int last_match_all = -1;
int match_all_policy = 0; int match_all_policy = 0;
int last_policy; int last_policy = 0;
while(syscall_policy) while(syscall_policy)
{ {
long *syscall; long *syscall;