linux-stable/net/iucv
Alexander Gordeev 3e0f73be40 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:21:46 -04:00
..
Kconfig
Makefile
af_iucv.c
iucv.c net/iucv: fix the allocation size of iucv_path_table array 2024-03-26 18:21:46 -04:00