From Michael Lotz <mmlr@xxxxxxxx>:
Michael Lotz has uploaded this change for review. (
https://review.haiku-os.org/c/haiku/+/1813 )
Change subject: virtio_scsi: Fix theoretical use of possibly modified fCCB.
......................................................................
virtio_scsi: Fix theoretical use of possibly modified fCCB.
As soon as the lock is released, fCCB may change due to a new Start().
With the current use of the request class this could not happen, so
this is purely theoretical.
---
M src/add-ons/kernel/busses/scsi/virtio/VirtioSCSIRequest.cpp
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://git.haiku-os.org:22/haiku refs/changes/13/1813/1
--
To view, visit https://review.haiku-os.org/c/haiku/+/1813
To unsubscribe, or for help writing mail filters, visit
https://review.haiku-os.org/settings
Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I6caee7f904f1864621aeef088e2bd611eb3b0a1f
Gerrit-Change-Number: 1813
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Lotz <mmlr@xxxxxxxx>
Gerrit-MessageType: newchange