Like in the session engine do not inline the addr2sa call into connect and
authorclaudio <claudio@openbsd.org>
Mon, 3 May 2021 13:18:06 +0000 (13:18 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 3 May 2021 13:18:06 +0000 (13:18 +0000)
commit195c91bb2d9ff7af8faf59accb54a6bd7909f26c
treecb6a3f9039f1201db98ad9c63af9b63c151c5fc0
parent131b99b6309f24ba5b394168ae19955ad30aac53
Like in the session engine do not inline the addr2sa call into connect and
bind. The len argument is modified by addr2sa but is also used as argument
in the call and it is undefined if the value of len in connect is set to
the value "returned" by addr2sa().
Should fix connect issues seen on Linux system.
OK denis@
usr.sbin/bgpd/bgpd.c