diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-04-25 16:04:37 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-04-25 16:06:29 +0200 |
| commit | f46aabc8c612c04f848f319670af5fb64e7fbcc9 (patch) | |
| tree | 8bedff523d5df970fefa42a93810bda2e9d00892 /pkg/csource | |
| parent | 8e3c52b11d5d0843be47f41e00c5612ce29811b0 (diff) | |
executor: fix another compiler warning
Diffstat (limited to 'pkg/csource')
| -rw-r--r-- | pkg/csource/generated.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go index 38a61ec0e..a9f542d78 100644 --- a/pkg/csource/generated.go +++ b/pkg/csource/generated.go @@ -1942,7 +1942,7 @@ static volatile long syz_usb_connect(volatile long a0, volatile long a1, volatil struct usb_device_index index; memset(&index, 0, sizeof(index)); - int rv; + int rv = false; NONFAILING(rv = parse_usb_descriptor(dev, dev_len, &index)); if (!rv) return -1; |
