Page MenuHomeFreeBSD

libifconfig: Fix table size
ClosedPublic

Authored by des on Thu, Aug 13, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 1, 8:49 PM
Unknown Object (File)
Mon, Aug 31, 11:37 AM
Unknown Object (File)
Mon, Aug 31, 9:44 AM
Unknown Object (File)
Fri, Aug 28, 9:11 PM
Unknown Object (File)
Fri, Aug 28, 9:06 PM
Unknown Object (File)
Wed, Aug 26, 11:03 PM
Unknown Object (File)
Wed, Aug 26, 8:06 PM
Unknown Object (File)
Wed, Aug 26, 4:40 AM
Subscribers

Details

Summary

Tables that have one element per protocol or address family were
previously sized by AF_MAX + 1 since AF_MAX was off by one. Now that
AF_MAX has been corrected, we need to apply the opposite correction to
these tables.

Fixes: ddd850aa7720 ("sys/socket.h: Fix AF_MAX")
MFC after: 3 days
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.

Diff Detail

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