deClerambaul
1 ano atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
0 exclusões
-
src/mwparserfromhell/parser/ctokenizer/tok_parse.c
|
|
@@ -1770,6 +1770,7 @@ Tokenizer_really_parse_tag(Tokenizer *self) |
|
|
|
return NULL; |
|
|
|
} |
|
|
|
if (Tokenizer_check_route(self, LC_TAG_OPEN) < 0) { |
|
|
|
TagData_dealloc(data); |
|
|
|
return NULL; |
|
|
|
} |
|
|
|
if (Tokenizer_push(self, LC_TAG_OPEN)) { |
|
|
|