mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
zero-cleared allocated prefix information when configured.
Obtained from: KAME
This commit is contained in:
parent
15516f16d2
commit
1167992be6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71437
@ -258,6 +258,8 @@ getconfig(intface)
|
||||
__FUNCTION__);
|
||||
exit(1);
|
||||
}
|
||||
memset(pfx, 0, sizeof(*pfx));
|
||||
|
||||
/* link into chain */
|
||||
insque(pfx, &tmp->prefix);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user