]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rather than zeroing MAXVIFS times size of pointer [r362289] (still better than
authorbz <bz@FreeBSD.org>
Sun, 21 Jun 2020 22:09:30 +0000 (22:09 +0000)
committerbz <bz@FreeBSD.org>
Sun, 21 Jun 2020 22:09:30 +0000 (22:09 +0000)
commitb087d18876810efab24c3d7f3269c36473cfb268
treecd8a2f4c10d434de0aac113f7363d7411a322476
parent97399dcb225a85450b1f3b0e26bba80b24707ca1
Rather than zeroing MAXVIFS times size of pointer [r362289] (still better than
sizeof pointer before [r354857]), we need to zero MAXVIFS times the size of
the struct.  All good things come in threes; I hope this is it on this one.

PR: 246629, 206583
Reported by: kib
MFC after: ASAP
sys/netinet/ip_mroute.c