From 5809a8e05714bda367f3fd57f9b983a3403f04b0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 14 Aug 2017 19:49:45 +0200 Subject: sys: fix a single case of field starting from a digit In preparation for a stricter parser. --- sys/socket.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/socket.txt') diff --git a/sys/socket.txt b/sys/socket.txt index 47f0b0189..6dbf4fad6 100644 --- a/sys/socket.txt +++ b/sys/socket.txt @@ -289,7 +289,7 @@ syzn_devname { y const[121, int8] z const[122, int8] N proc[int8, 48, 1] - 0 const[0, int8] + z0 const[0, int8] } # We could add "eth0" to this list as well, but this will affect the connection between fuzzer and manager and produce lots of "no output" crashes. -- cgit mrf-deployment