diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-04-28 12:54:15 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-05-09 08:51:58 +0200 |
commit | 5b5fe0e018891dc08bcce75f064015c42aeb46a4 (patch) | |
tree | bfd0741cdc1713fbe9d2d929bd77bf3ceec44f1e /.gitlab-ci.yml | |
parent | a2836b32b02a1d774f8c2504cb368c05d74ad492 (diff) |
qapi: Fix crash on stray double quote character
When the lexer chokes on a stray character, its shows the characters
until the next structural character in the error message. It uses a
regular expression to match a non-empty string of non-structural
characters. Bug: the regular expression treats '"' as structural.
When the lexer chokes on '"', the match fails, and trips
must_match()'s assertion. Fix the regular expression.
Fixes: 14c32795024c (qapi: Improve reporting of lexical errors)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230428105429.1687850-4-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions