https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259440
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #4 from Ed Maste <[email protected]> --- (In reply to John Baldwin from comment #3) > I do think one panic I've seen is that there might be some cases (bad header > CRC?) where it can try to abort the connection without freeing the current WIP > PDU but due to data already in flight on the socket it tries to process > another > PDU and trips over the WIP PDU. In fact, I think that's the panic you got > here. Yes this is the panic we encountered and I believe your proposed patch will solve it. Since you're confident in the initiator's robustness via review or testing I think there's nothing to do for this PR beyond the patch. -- You are receiving this mail because: You are the assignee for the bug.
