aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJavier Carrasco <[email protected]>2024-11-25 21:16:10 +0000
committerJonathan Cameron <[email protected]>2024-12-07 17:23:42 +0000
commit75f339d3ecd38cb1ce05357d647189d4a7f7ed08 (patch)
treeede5d0d2b3bf55a5a5672e6a5e24146ec01c6107 /net/unix/af_unix.c
parentiio: pressure: zpa2326: fix information leak in triggered buffer (diff)
downloadkernel-75f339d3ecd38cb1ce05357d647189d4a7f7ed08.tar.gz
kernel-75f339d3ecd38cb1ce05357d647189d4a7f7ed08.zip
iio: adc: ti-ads1119: fix information leak in triggered buffer
The 'scan' local struct is used to push data to user space from a triggered buffer, but it has a hole between the sample (unsigned int) and the timestamp. This hole is never initialized. Initialize the struct to zero before using it to avoid pushing uninitialized information to userspace. Cc: [email protected] Fixes: a9306887eba4 ("iio: adc: ti-ads1119: Add driver") Signed-off-by: Javier Carrasco <[email protected]> Reviewed-by: Francesco Dolcini <[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