]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Make coverity SA happy with zebra_routemap.c 4337/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 11 May 2019 17:18:29 +0000 (13:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 11 May 2019 17:20:23 +0000 (13:20 -0400)
commitbf8ba84c2b42496c666ba725f02612bcf0001245
tree31b37ce7c98e9867ded5363e69632dbaa16e2080
parenteb04e6e3c42901036b1b8c4d31ccab22fb133626
zebra: Make coverity SA happy with zebra_routemap.c

The CLI code ensures that the clippy code produces
valid input for the zebra_routemap.c functions, but
coverity SA does not understand this fact.  So add
some asserts to make the coverity SA happy.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_routemap.c