Page MenuHomeFreeBSD

pctrie_lookup_node: assume parent_out != NULL
ClosedPublic

Authored by dougm on Fri, Jun 6, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 10, 6:51 PM
Unknown Object (File)
Fri, Jun 6, 8:25 PM
Subscribers

Details

Summary

Since NULL is never passed as the parent_out parameter to _pctrie_lookup_node, stop making the assignment to *parent_out check parent_out for NULL first.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Fri, Jun 6, 6:16 PM
dougm created this revision.
This revision is now accepted and ready to land.Fri, Jun 6, 6:44 PM
This revision was automatically updated to reflect the committed changes.