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 was archived by the owner on Mar 25, 2024. It is now read-only.
I just ran a fuzzer against one of my crates and have come to the realization that certain input causes huge amounts of processing time with serde_yaml::from_str.
In release mode just 100_000 repeated [ cause parsing times of over 15 seconds.
This also applies to the libyaml C library, but since unsafe-libyaml is technically a Rust rewrite I've decided to contact you directly.
It also seems like the C library is unmaintained.