Move mld6 address variables from data to stack memory to make them
authorbluhm <bluhm@openbsd.org>
Mon, 5 Sep 2022 15:47:39 +0000 (15:47 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 5 Sep 2022 15:47:39 +0000 (15:47 +0000)
commit56bdcea2438f0672fb665051b5f930370b0f032e
treed30d6587524b182f318d5005a867dc80a8d4873b
parent9bbbb445c5e0d62e9de4bc0c6da0319017c270a4
Move mld6 address variables from data to stack memory to make them
MP safe.  Due to the KAME scope address hack, the link-local all
nodes and all routers IPv6 addresses cannot be const.
OK benno@
sys/netinet6/mld6.c