diff options
Diffstat (limited to 'executor/common_usb.h')
| -rw-r--r-- | executor/common_usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_usb.h b/executor/common_usb.h index d0cf5dab9..31071fd8c 100644 --- a/executor/common_usb.h +++ b/executor/common_usb.h @@ -232,7 +232,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; |
