On Wed, Oct 22, 2003 at 01:41:57PM -0400, Gerrit Nagelhout wrote:
> Hi,
>
> I am trying to debug a crash (null pointer access) in sysctl_ifdata (in
> if_mib.c). What I have noticed is that if interfaces (in this case vlans)
> are created and destroyed dynamically, it is possible to create "holes"
Hi,
I am trying to debug a crash (null pointer access) in sysctl_ifdata (in
if_mib.c). What I have noticed is that if interfaces (in this case vlans)
are created and destroyed dynamically, it is possible to create "holes" in
the ifnet_addrs structure. For example, if I start with the following
i