Message ID | lsq.1448404439.99794969@decadent.org.uk (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
--- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -1295,7 +1295,7 @@ int hid_connect(struct hid_device *hdev, "Multi-Axis Controller" }; const char *type, *bus; - char buf[64]; + char buf[64] = ""; unsigned int i; int len; int ret;