Avi Fishman
b5d9ba8fe6
i2cset: fix 'i' & 's' modes (3 extra bytes were sent)
...
When 'i' or 's' modes are selected block array is filled from offset 3
(blen = 3) but copied to data.block buffer from offset 0 so first 3 bytes
contains garbage from stack.
The buffer that is sent is also 3 bytes too long due to those extra 3
bytes.
Signed-off-by: Avi Fishman <AviFishman70@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-10-05 11:25:16 +02:00
..
2017-08-08 21:55:02 +02:00
2017-07-21 09:50:55 +02:00
2017-09-18 16:28:43 +02:00
2017-09-05 19:16:40 +02:00
2017-08-08 17:09:40 +02:00
2017-08-08 21:55:02 +02:00
2017-08-08 21:55:02 +02:00
2017-07-21 09:50:55 +02:00
2017-07-21 09:50:55 +02:00
2017-07-21 09:50:55 +02:00
2017-09-13 22:48:30 +02:00
2017-08-08 21:55:02 +02:00
2017-08-07 16:00:25 +02:00
2017-08-08 21:55:02 +02:00
2017-07-21 09:50:55 +02:00
2017-09-15 15:23:47 +02:00
2017-10-05 11:25:16 +02:00
2017-07-21 09:50:55 +02:00
2017-09-18 16:28:43 +02:00
2017-08-05 23:28:19 +02:00
2017-08-08 21:55:02 +02:00
2017-08-08 21:55:02 +02:00
2017-09-15 17:14:01 +02:00
2017-07-21 09:50:55 +02:00
2017-09-18 16:28:43 +02:00
2017-08-05 01:46:39 +02:00
2017-09-18 16:28:43 +02:00
2017-07-21 09:50:55 +02:00
2017-09-18 16:28:43 +02:00
2017-08-04 17:59:46 +02:00
2017-07-21 09:50:55 +02:00
2017-09-08 20:55:59 +02:00
2017-09-18 16:28:43 +02:00
2017-07-21 09:50:55 +02:00
2017-08-08 21:55:02 +02:00
2017-08-03 19:03:32 +02:00
2017-09-18 16:28:43 +02:00
2017-08-07 16:00:25 +02:00
2017-07-21 09:50:55 +02:00
2017-08-08 21:55:02 +02:00