aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-07-24 16:43:50 +0200
committerGitHub <noreply@github.com>2017-07-24 16:43:50 +0200
commit6bbb0ce7e4e15656bb20f434583cc56e2acb492e (patch)
tree9624bcd0cecae843b31216fa5de7978d6d675572 /executor/syscalls.h
parent1e06f3e00fe12ed48282e1c896f57b0c2874eb44 (diff)
parent2b21a445652488099a64067e13b98576f78f0363 (diff)
Merge pull request #297 from xairy/up-fix-enconding
prog: return error instead of panic when parsing
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h3
1 files changed, 3 insertions, 0 deletions
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},