From 2b21a445652488099a64067e13b98576f78f0363 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 24 Jul 2017 15:05:08 +0200 Subject: prog: return error instead of panic when parsing --- executor/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor') diff --git a/executor/syscalls.h b/executor/syscalls.h index 7f6388789..535926cc6 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -1468,6 +1468,7 @@ static call_t syscalls[] = { {"syz_test$recur1", 1000001}, {"syz_test$recur2", 1000001}, {"syz_test$regression0", 1000001}, + {"syz_test$struct", 1000001}, {"syz_test$text_x86_16", 1000001}, {"syz_test$text_x86_32", 1000001}, {"syz_test$text_x86_64", 1000001}, @@ -2979,6 +2980,7 @@ static call_t syscalls[] = { {"syz_test$recur1", 1000001}, {"syz_test$recur2", 1000001}, {"syz_test$regression0", 1000001}, + {"syz_test$struct", 1000001}, {"syz_test$text_x86_16", 1000001}, {"syz_test$text_x86_32", 1000001}, {"syz_test$text_x86_64", 1000001}, @@ -4490,6 +4492,7 @@ static call_t syscalls[] = { {"syz_test$recur1", 1000001}, {"syz_test$recur2", 1000001}, {"syz_test$regression0", 1000001}, + {"syz_test$struct", 1000001}, {"syz_test$text_x86_16", 1000001}, {"syz_test$text_x86_32", 1000001}, {"syz_test$text_x86_64", 1000001}, -- cgit mrf-deployment