Page MenuHomeFreeBSD

wlanwds: convert getifaddrs() iteration to use the ifa_next pointer
ClosedPublic

Authored by adrian on Feb 27 2025, 2:25 AM.
Referenced Files
Unknown Object (File)
Sun, Sep 21, 11:37 AM
Unknown Object (File)
Thu, Sep 18, 10:27 PM
Unknown Object (File)
Wed, Sep 17, 2:58 PM
Unknown Object (File)
Wed, Sep 17, 7:55 AM
Unknown Object (File)
Sep 12 2025, 7:45 PM
Unknown Object (File)
Sep 9 2025, 5:11 PM
Unknown Object (File)
Aug 29 2025, 5:50 PM
Unknown Object (File)
Aug 14 2025, 11:19 PM
Subscribers

Details

Summary

I don't know what I was thinking in 2017 when I wrote this, but
it's very wrong.

Use ifa->ifa_next to iterate, not the array index / pointer arithmetic.

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 28 2025, 2:51 AM
This revision was automatically updated to reflect the committed changes.