Page MenuHomeFreeBSD

Move check for (done_ccb == NULL)
ClosedPublic

Authored by slm on Apr 25 2016, 10:41 PM.
Tags
None
Referenced Files
F156530870: D6099.diff
Thu, May 14, 11:28 AM
Unknown Object (File)
Fri, Apr 24, 6:51 AM
Unknown Object (File)
Thu, Apr 23, 11:56 PM
Unknown Object (File)
Thu, Apr 23, 12:52 AM
Unknown Object (File)
Tue, Apr 21, 11:19 AM
Unknown Object (File)
Mon, Apr 20, 8:49 AM
Unknown Object (File)
Wed, Apr 15, 3:47 AM
Unknown Object (File)
Apr 11 2026, 11:20 PM
Subscribers

Details

Summary

done_ccb pointer can be used if it is NULL. To prevent this, move check for done_ccb == NULL to before done_ccb is used in the mprsas_stop_unit_done().

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3449
Build 3488: arc lint + arc unit

Event Timeline

slm retitled this revision from to Move check for (done_ccb == NULL).
slm updated this object.
slm edited the test plan for this revision. (Show Details)
slm added reviewers: ken, scottl, ambrisko, asomers, mav, allanjude.
slm set the repository for this revision to rS FreeBSD src repository - subversion.
asomers edited edge metadata.
This revision is now accepted and ready to land.Apr 25 2016, 11:03 PM
ken edited edge metadata.

Looks good.

This revision was automatically updated to reflect the committed changes.