Richard Barnes
4 meses atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com
3 adições e
0 exclusões
-
src/mwparserfromhell/parser/ctokenizer/tok_parse.c
|
|
@@ -1558,6 +1558,9 @@ Tokenizer_handle_tag_close_close(Tokenizer *self) |
|
|
|
Py_XDECREF(so); |
|
|
|
Py_XDECREF(sc); |
|
|
|
} |
|
|
|
// One of `so` or `sc` failed to allocate so we fall through to clean up the |
|
|
|
// closing tag and propagate the error by returning NULL. |
|
|
|
__attribute__((fallthrough)); |
|
|
|
case -1: |
|
|
|
Py_DECREF(closing); |
|
|
|
return NULL; |
|
|
|