diff options
author | Oliver Neukum <[email protected]> | 2016-11-02 14:42:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-11-07 10:15:22 +0100 |
commit | 7309aa847ead3fa561663b16779a0dde8c64cc7c (patch) | |
tree | baeaaec22975af8624363b49e9ee4881277313cc /lib/netdev-notifier-error-inject.c | |
parent | c289d0eff3d5a594c577c0dc162412a2cad075a4 (diff) |
cdc-acm: fix uninitialized variable
variable struct usb_cdc_parsed_header h may be used
uninitialized in acm_probe.
In kernel 4.8.
/* handle quirks deadly to normal probing*/
if (quirks == NO_UNION_NORMAL)
...
goto skip_normal_probe;
}
we bypass call to
cdc_parse_cdc_header(&h, intf, buffer, buflen);
but later use h in
if (h.usb_cdc_country_functional_desc) { /* export the country data */
Signed-off-by: Oliver Neukum <[email protected]>
CC: [email protected]
Reported-by: Victor Sologoubov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions