]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: remove extra ecom attr ptr increment
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 22 Nov 2019 00:00:11 +0000 (19:00 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 16 Jan 2020 19:36:52 +0000 (14:36 -0500)
commitf7704ce3b4f0f6511833b56ca0a5bd9148f63297
tree362083509d8bea3b4c8ec4d087292a3fd7bfa2c3
parent7390ea4f6fc6d980af215b8d8b55eccb9a484ddb
bgpd: remove extra ecom attr ptr increment

Copy paste leads to invalid read of 1 byte off the heap when converting
extended community attributes into strings.

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