Jonathan Cameron f88ecccac4 iio:health:afe4404 Fix timestamp alignment and prevent data leak.
One of a class of bugs pointed out by Lars in a recent review.
iio_push_to_buffers_with_timestamp assumes the buffer used is aligned
to the size of the timestamp (8 bytes).  This is not guaranteed in
this driver which uses a 40 byte array of smaller elements on the stack.
As Lars also noted this anti pattern can involve a leak of data to
userspace and that indeed can happen here.  We close both issues by
moving to a suitable structure in the iio_priv() data with alignment
explicitly requested.  This data is allocated with kzalloc so no
data can leak appart from previous readings.

Fixes: 87aec56e27ef ("iio: health: Add driver for the TI AFE4404 heart monitor")
Reported-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-06-14 12:32:22 +01:00
..
2020-06-10 14:09:08 -07:00
2020-06-04 19:47:11 -07:00
2020-06-02 15:29:19 -07:00
2020-06-09 10:04:47 -07:00
2020-06-11 16:07:33 -07:00
2020-06-07 10:59:32 -07:00
2020-06-05 12:39:30 -07:00
2020-06-10 11:03:04 -07:00
2020-06-07 10:59:32 -07:00
2020-06-07 09:42:16 -07:00
2020-06-03 15:00:05 -07:00
2020-06-04 11:03:45 -07:00
2020-06-02 15:29:19 -07:00
2020-06-10 13:42:09 -07:00
2020-06-10 13:42:09 -07:00
2020-06-11 16:07:33 -07:00
2020-06-07 10:53:36 -07:00
2020-06-08 12:05:31 -07:00
2020-06-06 11:01:58 -07:00
2020-06-11 12:53:23 -07:00
2020-05-25 13:28:20 +02:00
2020-06-08 13:01:08 -07:00
2020-06-08 13:01:08 -07:00
2020-06-07 16:11:23 -07:00
2020-06-08 13:01:08 -07:00
2020-06-07 10:59:32 -07:00
2020-06-05 15:11:50 -07:00
2020-06-10 19:14:18 -07:00
2020-06-04 10:50:22 -07:00