+1
−1
Loading
stable inclusion from stable-v6.6.64 commit 7e3a8ea3d1ada7f707de5d9d504774b4191eab66 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBEAMC CVE: CVE-2024-56567 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7e3a8ea3d1ada7f707de5d9d504774b4191eab66 -------------------------------- commit c174b53e95adf2eece2afc56cd9798374919f99a upstream. In the ad7780_write_raw() , val2 can be zero, which might lead to a division by zero error in DIV_ROUND_CLOSEST(). The ad7780_write_raw() is based on iio_info's write_raw. While val is explicitly declared that can be zero (in read mode), val2 is not specified to be non-zero. Fixes: 9085daa4 ("staging: iio: ad7780: add gain & filter gpio support") Cc: stable@vger.kernel.org Signed-off-by:Zicheng Qu <quzicheng@huawei.com> Link: https://patch.msgid.link/20241028142027.1032332-1-quzicheng@huawei.com Signed-off-by:
Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
ZhangPeng <zhangpeng362@huawei.com> Signed-off-by:
Liao Chen <liaochen4@huawei.com>