]> git.proxmox.com Git - mirror_frr.git/commit
lib: Fix OOB range parses, variable matches
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 1 Aug 2016 18:36:30 +0000 (18:36 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 1 Aug 2016 18:36:30 +0000 (18:36 +0000)
commite648e61a747c6c13ccea7d97066dfb07d4461d96
tree69b027a83a6c1bbd41e1a5844a524a2b14c4bb22
parent1a8c390d4abc7c3f599813ddee6ca3990de7576c
lib: Fix OOB range parses, variable matches

Variables now allow strings beginning with numbers
to match, ranges and numbers are now long long to
fix OOB parses resulting in integer wraparounds.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command_graph.c
lib/command_graph.h
lib/command_lex.l
lib/command_match.c
lib/command_parse.y
lib/grammar_sandbox.c