aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-04 19:52:51 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-04 20:25:22 +0200
commit8c64b078d1c954972b9f0132a753cdcec1b80d9b (patch)
treef6213a794bf72ccb3e38f6892d7fb229b2b78414 /executor
parentb06c1bd324d3aff0f132381727c85940bcf93b2f (diff)
pkg/compiler: detect resources without ctors
Fixes #217
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 072a27ab5..ef89b5f12 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -1495,6 +1495,7 @@ static call_t syscalls[] = {
{"syz_test$length7", 1000007},
{"syz_test$length8", 1000007},
{"syz_test$length9", 1000007},
+ {"syz_test$missing_resource", 1000007},
{"syz_test$opt0", 1000007},
{"syz_test$opt1", 1000007},
{"syz_test$opt2", 1000007},
@@ -3052,6 +3053,7 @@ static call_t syscalls[] = {
{"syz_test$length7", 1000007},
{"syz_test$length8", 1000007},
{"syz_test$length9", 1000007},
+ {"syz_test$missing_resource", 1000007},
{"syz_test$opt0", 1000007},
{"syz_test$opt1", 1000007},
{"syz_test$opt2", 1000007},
@@ -4609,6 +4611,7 @@ static call_t syscalls[] = {
{"syz_test$length7", 1000007},
{"syz_test$length8", 1000007},
{"syz_test$length9", 1000007},
+ {"syz_test$missing_resource", 1000007},
{"syz_test$opt0", 1000007},
{"syz_test$opt1", 1000007},
{"syz_test$opt2", 1000007},
@@ -6166,6 +6169,7 @@ static call_t syscalls[] = {
{"syz_test$length7", 1000007},
{"syz_test$length8", 1000007},
{"syz_test$length9", 1000007},
+ {"syz_test$missing_resource", 1000007},
{"syz_test$opt0", 1000007},
{"syz_test$opt1", 1000007},
{"syz_test$opt2", 1000007},
@@ -7723,6 +7727,7 @@ static call_t syscalls[] = {
{"syz_test$length7", 1000007},
{"syz_test$length8", 1000007},
{"syz_test$length9", 1000007},
+ {"syz_test$missing_resource", 1000007},
{"syz_test$opt0", 1000007},
{"syz_test$opt1", 1000007},
{"syz_test$opt2", 1000007},