Binary file (standard input) matches

This commit is contained in:
Monk-Liu
2022-04-25 14:18:48 +08:00
committed by wangzelin.wzl
parent 209802bc49
commit b2b9b757c1
2 changed files with 14 additions and 0 deletions

View File

@ -865,6 +865,7 @@ FALSE {
yylloc->first_column = p->start_col_;
char *tmp_literal = p->tmp_literal_;
tmp_literal[yylval->node->str_len_] = '\0';
CHECK_STR_LEN_MATCH(tmp_literal, yylval->node->str_len_);
char *dup_value = NULL;
if (p->is_not_utf8_connection_) {