Page MenuHomeFreeBSD

ip6_mroute: Deindent some code in ip6_mdq()
ClosedPublic

Authored by markj on Feb 2 2026, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 1:27 PM
Unknown Object (File)
Wed, Sep 16, 3:25 AM
Unknown Object (File)
Mon, Sep 14, 7:44 AM
Unknown Object (File)
Wed, Sep 9, 7:21 AM
Unknown Object (File)
Wed, Sep 9, 7:06 AM
Unknown Object (File)
Sun, Sep 6, 9:28 AM
Unknown Object (File)
Sat, Sep 5, 6:25 PM
Unknown Object (File)
Sat, Sep 5, 11:17 AM

Details

Summary

Deal with the mifi >= nummifs case early so that we can de-indent the
rest of the code. This also ensures that the debug log (compiled out by
default) doesn't perform an out-of-bounds access.

Remove a bogus NULL test in an inner loop while here.

No functional change intended.

Diff Detail

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