Files
libiscsi/lib
Ronnie Sahlberg eb19863f77 Fix race between queueing the pdu and update the task data
After we have called iscsi_queue_pdu from iscsi_scsi_command_async
the pdu might have already completed if we are using multithreading
so we should not dereference pdu at that point.

Move the assignment of task->cmdsn and task->itt we need for
task management into iscsi_pdu_set_cmdsn instead.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2025-04-26 11:55:47 +10:00
..
2025-04-26 08:56:16 +10:00
2024-05-04 19:34:06 -07:00
2025-04-26 11:30:58 +10:00
2025-04-26 08:56:16 +10:00
2025-03-07 08:46:47 +10:00
2025-01-04 00:59:02 +10:00
2025-01-04 14:20:28 +10:00
2025-01-04 09:09:02 +10:00
2025-04-26 08:56:16 +10:00