We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea76896 commit f787737Copy full SHA for f787737
1 file changed
test/db/anal/syscalls
@@ -32,10 +32,10 @@ as write
32
EOF
33
EXPECT=<<EOF
34
0 = read (0, 0x00000000, 0)
35
-1 = write (0, 0x00000000, 0)
36
-2 = open (0x00000000, 0x00000000, 0x00000000)
+1 = write (0, "", 0)
+2 = open ("", 0x00000000, 0x00000000)
37
4 = stat (0x00000000, 0x00000000)
38
39
40
EXPECT_ERR=
41
RUN
0 commit comments