linux-stable/net/iucv
Alexander Gordeev 13f5b64a58 net/iucv: fix the allocation size of iucv_path_table array
[ Upstream commit b4ea9b6a18 ]

iucv_path_table is a dynamically allocated array of pointers to
struct iucv_path items. Yet, its size is calculated as if it was
an array of struct iucv_path items.

Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:22:33 -04:00
..
Kconfig
Makefile
af_iucv.c net/af_iucv: clean up a try_then_request_module() 2024-02-23 08:12:54 +01:00
iucv.c net/iucv: fix the allocation size of iucv_path_table array 2024-03-26 18:22:33 -04:00