Page MenuHomeFreeBSD

pctrie_lookup_node: assume parent_out != NULL
ClosedPublic

Authored by dougm on Jun 6 2025, 6:16 PM.
Tags
None
Referenced Files
F154268015: D50729.id.diff
Mon, Apr 27, 12:16 PM
Unknown Object (File)
Sun, Apr 19, 8:11 PM
Unknown Object (File)
Sun, Apr 19, 8:08 PM
Unknown Object (File)
Mar 29 2026, 6:27 AM
Unknown Object (File)
Mar 25 2026, 7:37 PM
Unknown Object (File)
Mar 7 2026, 9:35 AM
Unknown Object (File)
Mar 6 2026, 10:32 PM
Unknown Object (File)
Mar 3 2026, 7:19 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.