Temporarily workaround double calls into vioscsi_req_done()
authorkrw <krw@openbsd.org>
Thu, 27 Apr 2023 13:52:58 +0000 (13:52 +0000)
committerkrw <krw@openbsd.org>
Thu, 27 Apr 2023 13:52:58 +0000 (13:52 +0000)
commit801ddbd0bf184a3e18ce0e40ff0a4970505ccef3
tree2af76e2fa3f1702d2a7d67c238ed40d9206d5386
parent58ea120d66f19de299437e07e23296b150178c6d
Temporarily workaround double calls into vioscsi_req_done()
causing NULL de-reference.

Reported, initial patch and tests by Antun Matanovic. Thanks!

ok miod@
sys/dev/pv/vioscsi.c