]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: use safe functions to work with ecom attrs
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 22 Nov 2019 00:01:55 +0000 (19:01 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 22 Nov 2019 08:26:28 +0000 (03:26 -0500)
commit91085f974a29a43bf6ec6f2c1b13df281837bd88
tree778067f160fc6a30d30de4dafeb7afc1e00ca701
parent21c64e0895b4ad050474d417ccd1d43a30eb9ab9
bgpd: use safe functions to work with ecom attrs

Tons of insane just-so pointer math here where it is not needed. This is
too smart. Use safer methods.

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