Page MenuHomeFreeBSD

pctrie_lookup_range: don't write the null
ClosedPublic

Authored by dougm on May 14 2025, 4:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 8:33 AM
Unknown Object (File)
Aug 15 2025, 6:24 AM
Unknown Object (File)
Jul 22 2025, 3:17 AM
Unknown Object (File)
Jul 5 2025, 2:08 PM
Unknown Object (File)
Jun 30 2025, 8:35 PM
Unknown Object (File)
Jun 30 2025, 2:33 PM
Unknown Object (File)
Jun 29 2025, 12:39 AM
Unknown Object (File)
Jun 24 2025, 5:29 PM
Subscribers

Details

Summary

There's no reason to write the NULL pointer value into the array when pctrie_lookup_range finds an item missing.

Diff Detail

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

Event Timeline

dougm requested review of this revision.May 14 2025, 4:21 PM
dougm created this revision.
This revision is now accepted and ready to land.May 14 2025, 11:43 PM
This revision was automatically updated to reflect the committed changes.