From def91db3fe955168c82038ac2ee39783e81a2af0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 15 Dec 2018 15:17:13 +0100 Subject: 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 --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment