dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()
Make use of the struct_size() helper instead of an open-coded version, in order to avoid any potential type mistakes or integer overflows that, in the worse scenario, could lead to heap overflows. Link: https://github.com/KSPP/linux/issues/160Signed-off-by:Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by:
Amelie Delaunay <amelie.delaunay@foss.st.com> Reviewed-by:
Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210929222922.GA357509@embeddedorSigned-off-by:
Vinod Koul <vkoul@kernel.org>
Showing
Please register or sign in to comment