diff options
| author | Maurizio Lombardi <[email protected]> | 2025-06-12 10:15:56 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2025-06-16 18:35:57 +0000 |
| commit | d8ab68bdb294b09a761e967dad374f2965e1913f (patch) | |
| tree | 7e96140de9987c0c4719e25e993918bb7a33b719 /lib/crypto/mpi/mpi-sub-ui.c | |
| parent | scsi: error: alua: I/O errors for ALUA state transitions (diff) | |
| download | kernel-d8ab68bdb294b09a761e967dad374f2965e1913f.tar.gz kernel-d8ab68bdb294b09a761e967dad374f2965e1913f.zip | |
scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()
The function core_scsi3_decode_spec_i_port(), in its error code path,
unconditionally calls core_scsi3_lunacl_undepend_item() passing the
dest_se_deve pointer, which may be NULL.
This can lead to a NULL pointer dereference if dest_se_deve remains
unset.
SPC-3 PR SPEC_I_PT: Unable to locate dest_tpg
Unable to handle kernel paging request at virtual address dfff800000000012
Call trace:
core_scsi3_lunacl_undepend_item+0x2c/0xf0 [target_core_mod] (P)
core_scsi3_decode_spec_i_port+0x120c/0x1c30 [target_core_mod]
core_scsi3_emulate_pro_register+0x6b8/0xcd8 [target_core_mod]
target_scsi3_emulate_pr_out+0x56c/0x840 [target_core_mod]
Fix this by adding a NULL check before calling
core_scsi3_lunacl_undepend_item()
Signed-off-by: Maurizio Lombardi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Mike Christie <[email protected]>
Reviewed-by: John Meneghini <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions
