Re: mld6 remove global variable

2022-09-02 Thread Sebastian Benoit
that was meant to be an ok :) Sebastian Benoit(be...@openbsd.org) on 2022.09.02 22:04:41 +0200: > Alexander Bluhm(alexander.bl...@gmx.net) on 2022.09.02 20:38:04 +0200: > > Hi, > > > > Due to the KAME scope address hack, the link-local all nodes and > > routers IPv6 addresses cannot be const. So

Re: mld6 remove global variable

2022-09-02 Thread Sebastian Benoit
Alexander Bluhm(alexander.bl...@gmx.net) on 2022.09.02 20:38:04 +0200: > Hi, > > Due to the KAME scope address hack, the link-local all nodes and > routers IPv6 addresses cannot be const. So move memory from data > to stack to make variables MP safe. > > ok? > > bluhm > > Index: netinet6/mld6.

mld6 remove global variable

2022-09-02 Thread Alexander Bluhm
Hi, Due to the KAME scope address hack, the link-local all nodes and routers IPv6 addresses cannot be const. So move memory from data to stack to make variables MP safe. ok? bluhm Index: netinet6/mld6.c === RCS file: /data/mirror/