diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-15 15:17:13 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-15 15:17:13 +0100 |
| commit | def91db3fe955168c82038ac2ee39783e81a2af0 (patch) | |
| tree | b6cbf100001e7b9fe34a8e2eb4ab00438f3e0154 /executor/syscalls.h | |
| parent | 7a944a0a666587f229291814b30644cc0859674c (diff) | |
prog, pkg/csource: more readable serialization for strings
Always serialize strings in readable format (non-hex).
Serialize binary data in readable format in more cases.
Fixes #792
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 3629d04b1..51e784eb0 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -13545,6 +13545,7 @@ const call_t syscalls[] = { {"test$auto0", 0}, {"test$bf0", 0}, {"test$bf1", 0}, + {"test$blob0", 0}, {"test$csum_encode", 0}, {"test$csum_ipv4", 0}, {"test$csum_ipv4_tcp", 0}, @@ -13604,6 +13605,7 @@ const call_t syscalls[] = { {"test$res0", 0}, {"test$res1", 0}, {"test$res2", 0}, + {"test$str0", 0}, {"test$struct", 0}, {"test$syz_union3", 0}, {"test$syz_union4", 0}, |
