]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix pointer bug introduced in strlcat change
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 15 May 2019 07:35:04 +0000 (07:35 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 29 May 2019 18:03:26 +0000 (18:03 +0000)
commit6e0b62b4281208a260cac7c3521814d84bacbabd
treecb48c14ef23e08d3be374be8fd11c86137a55293
parent5041dc4fbf6be647f1fb36988bf355eb4636dbf9
bgpd: fix pointer bug introduced in strlcat change

Inconsistent use of a string pointer led to improperly terminated
strings (terminated too soon)

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_community.c