aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJavier Carrasco <[email protected]>2024-11-25 21:16:12 +0000
committerJonathan Cameron <[email protected]>2024-12-07 17:23:42 +0000
commit38724591364e1e3b278b4053f102b49ea06ee17c (patch)
tree44f39bc95eef5867b76cfc8f9009b0b2032a19a0 /net/unix/af_unix.c
parentiio: imu: kmx61: fix information leak in triggered buffer (diff)
downloadkernel-38724591364e1e3b278b4053f102b49ea06ee17c.tar.gz
kernel-38724591364e1e3b278b4053f102b49ea06ee17c.zip
iio: adc: rockchip_saradc: fix information leak in triggered buffer
The 'data' local struct is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses iio_for_each_active_channel() to assign new values. Initialize the struct to zero before using it to avoid pushing uninitialized information to userspace. Cc: [email protected] Fixes: 4e130dc7b413 ("iio: adc: rockchip_saradc: Add support iio buffers") Signed-off-by: Javier Carrasco <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions