1
0
Files
linux/drivers
Dan Carpenter 4f03ffcd3e serial: icom: move array overflow checks earlier
This code does an annoying thing where it writes to the array and then
checks later for array overflows.  I don't know if it's actually
possible to overflow but let's check before using the array index.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-08-27 16:24:33 -07:00
..
2013-07-26 08:57:56 -04:00
2013-06-27 13:42:16 -04:00
2013-07-28 19:08:33 +05:30
2013-07-23 16:01:28 -07:00
2013-08-05 05:41:03 +08:00
2013-06-28 13:01:40 +02:00
2013-07-29 12:32:30 -07:00
2013-07-22 09:34:46 +08:00
2013-07-24 16:36:41 -06:00