diff options
author | Feng Li <lifeng1519@gmail.com> | 2016-07-12 06:15:44 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-20 18:09:26 +0200 |
commit | 862312014cfd0770418760d24f980b2f45095e93 (patch) | |
tree | 4416e3a952fb7f1f7b48ce245cd880ef5022df03 /lib/test-kstrtox.c | |
parent | 4056337b1e81a1b137aa562133dc5430cd2fd19e (diff) |
iscsi-target: Fix panic when adding second TCP connection to iSCSI session
commit 8abc718de6e9e52d8a6bfdb735060554aeae25e4 upstream.
In MC/S scenario, the conn->sess has been set NULL in
iscsi_login_non_zero_tsih_s1 when the second connection comes here,
then kernel panic.
The conn->sess will be assigned in iscsi_login_non_zero_tsih_s2. So
we should check whether it's NULL before calling.
Signed-off-by: Feng Li <lifeng1519@gmail.com>
Tested-by: Sumit Rai <sumit.rai@calsoftinc.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/test-kstrtox.c')
0 files changed, 0 insertions, 0 deletions