diff options
author | Karsten Graul <kgraul@linux.ibm.com> | 2020-10-23 20:48:28 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-10-26 16:29:14 -0700 |
commit | 4a9baf45fd72615a804947a8495b73c4a0a4cb54 (patch) | |
tree | 11e2b78bc086e3056f74bca53ed5195682f689fe /usr | |
parent | af545bb5ee53f5261db631db2ac4cde54038bdaf (diff) |
net/smc: fix null pointer dereference in smc_listen_decline()
smc_listen_work() calls smc_listen_decline() on label out_decl,
providing the ini pointer variable. But this pointer can still be null
when the label out_decl is reached.
Fix this by checking the ini variable in smc_listen_work() and call
smc_listen_decline() with the result directly.
Fixes: a7c9c5f4af7f ("net/smc: CLC accept / confirm V2")
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions