linux-stable/net/iucv
Alexander Gordeev 4f1ce93ea0 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:17:52 -04:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
af_iucv.c net: keep sk->sk_forward_alloc as small as possible 2022-06-10 16:21:27 -07:00
iucv.c net/iucv: fix the allocation size of iucv_path_table array 2024-03-26 18:17:52 -04:00