Page MenuHomeFreeBSD

Move check for (done_ccb == NULL)
ClosedPublic

Authored by slm on Apr 25 2016, 10:41 PM.
Tags
None
Referenced Files
F81652886: D6099.id15601.diff
Fri, Apr 19, 12:19 PM
F81613205: D6099.id15601.diff
Thu, Apr 18, 11:33 PM
Unknown Object (File)
Mon, Apr 15, 10:24 PM
Unknown Object (File)
Thu, Apr 11, 12:12 AM
Unknown Object (File)
Feb 21 2024, 11:57 PM
Unknown Object (File)
Jan 24 2024, 3:32 AM
Unknown Object (File)
Jan 16 2024, 6:34 PM
Unknown Object (File)
Dec 22 2023, 8:12 AM
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 Not Applicable
Unit
Tests Not Applicable

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.