]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Fix SA warnings and reduce cli
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 Feb 2017 00:45:57 +0000 (19:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 Feb 2017 00:45:57 +0000 (19:45 -0500)
commita1198921f21c18659174e0a534c27e0f6d51ec71
treeae5b6fd9c4f8be010cc4e991d6e35cd3e555fc5b
parentc28e5b2a83732c8b235c6b7d4ce64fc2c449d939
lib: Fix SA warnings and reduce cli

The cli could be reduced for v4 and v6 code
paths into 1 function.  Additionally the v6
code path had a SA issue found where it
"theoratically" could have caused a null
de-reference.  This issue has been removed
as well.

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