]> 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>
Thu, 16 Jan 2020 19:36:52 +0000 (14:36 -0500)
commit73b5d44168a1f7927bae7943fb9ec3dac953206d
tree70605b366a60b36c023072533a122a6979ccd94e
parentf7704ce3b4f0f6511833b56ca0a5bd9148f63297
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