You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
YAML payloads with invalid syntax can trigger this branch:
sys::YAML_NO_EVENT => unreachable!()
:This happens because libyaml's
yaml_parser_parse
seems to expect the caller to handleparser->error
states:https://github.com/dtolnay/unsafe-libyaml/blob/5d421b89e946d70b52a1b8cf026d97244e182f39/src/parser.rs#L75
This patch fixes the panic, but I'm not sure if it's the proper fix:
The text was updated successfully, but these errors were encountered: