Page MenuHomeFreeBSD

pctrie_lookup_node: assume parent_out != NULL
ClosedPublic

Authored by dougm on Jun 6 2025, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 16, 11:17 PM
Unknown Object (File)
Fri, Feb 13, 4:25 AM
Unknown Object (File)
Wed, Feb 11, 9:14 PM
Unknown Object (File)
Wed, Feb 11, 9:03 PM
Unknown Object (File)
Mon, Feb 9, 8:11 AM
Unknown Object (File)
Mon, Feb 2, 2:41 PM
Unknown Object (File)
Sat, Jan 31, 5:24 AM
Unknown Object (File)
Sat, Jan 31, 2:58 AM
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.Jun 6 2025, 6:16 PM
dougm created this revision.
This revision is now accepted and ready to land.Jun 6 2025, 6:44 PM
This revision was automatically updated to reflect the committed changes.