variable-parser: Fix null deref on error path in parse_DATA_LIST_vars().
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 24 Sep 2018 06:05:22 +0000 (23:05 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 24 Sep 2018 06:06:04 +0000 (23:06 -0700)
commita30776d87005ab43b340b1f791b53c0e03c26a9b
tree32fbab347030c2646080ebb2e191257e5b74c2b3
parente0f9210e814d03bc43b6a9b30a402e403d5666b9
variable-parser: Fix null deref on error path in parse_DATA_LIST_vars().

Bug #54685.
Thanks to Tianxiao Gu for reporting this bug.
src/language/lexer/variable-parser.c