diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-02-14 19:32:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-16 12:25:09 +0300 |
commit | b4ea9b6a18ebf7f9f3a7a60f82e925186978cfcf (patch) | |
tree | 024485d1362578289f5db402271c0bcc744e68af /net/switchdev/switchdev.c | |
parent | 4f5e5092fdbf5cec6bedc19fbe69cce4f5f08372 (diff) | |
download | linux-b4ea9b6a18ebf7f9f3a7a60f82e925186978cfcf.tar.xz |
net/iucv: fix the allocation size of iucv_path_table array
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>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions