deClerambaul
1 anno fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
0 eliminazioni
-
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)) { |
|
|
|