Enforce NUL termination of the neighbor shutdown reason sent from
authorclaudio <claudio@openbsd.org>
Thu, 28 Sep 2023 07:01:26 +0000 (07:01 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 28 Sep 2023 07:01:26 +0000 (07:01 +0000)
commit9af396ad44af25a34fd0abdf77d156fc5ba82d11
treecebb849698776a1f4f30e416ab63983082d8cd66
parent1a4ae3ee628d041bb1d98c2241f0b6f8ed048de2
Enforce NUL termination of the neighbor shutdown reason sent from
bgpctl before calling strlcpy() with that string.
OK tb@ some long time ago
usr.sbin/bgpd/control.c