[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220408151035.1044701-1-kgraul@linux.ibm.com>
Date: Fri, 8 Apr 2022 17:10:32 +0200
From: Karsten Graul <kgraul@...ux.ibm.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, linux-s390@...r.kernel.org,
Heiko Carstens <hca@...ux.ibm.com>, alibuda@...ux.alibaba.com
Subject: [PATCH net 0/3] net/smc: fixes 2022-04-08
Please apply the following patches to netdev's net tree.
Patch 1 fixes two usages of snprintf() with non null-terminated
string which results into an out-of-bounds read.
Pach 2 fixes a syzbot finding where a pointer check was missed
before the call to dev_name().
Patch 3 fixes a crash when already released memory is used as
a function pointer.
Karsten Graul (3):
net/smc: use memcpy instead of snprintf to avoid out of bounds read
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
net/smc: Fix af_ops of child socket pointing to released memory
net/smc/af_smc.c | 14 ++++++++++++--
net/smc/smc_clc.c | 6 ++++--
net/smc/smc_pnet.c | 5 +++--
3 files changed, 19 insertions(+), 6 deletions(-)
--
2.32.0
Powered by blists - more mailing lists