Files
linux/drivers/net
Dan Carpenter 4a4c61759b net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
commit a56dcc6b45 upstream.

This code is supposed to test for negative error codes and partial
reads, but because sizeof() is size_t (unsigned) type then negative
error codes are type promoted to high positive values and the condition
doesn't work as expected.

Fixes: 332f989a3b ("CDC-NCM: handle incomplete transfer of MTU")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-11-25 09:53:10 +01:00
..
2019-11-25 09:53:10 +01:00
2016-06-15 22:06:06 -07:00
2019-10-05 12:30:13 +02:00
2019-09-10 10:31:01 +01:00
2019-08-04 09:33:25 +02:00
2016-05-09 00:00:28 -04:00
2018-03-22 09:17:57 +01:00