This repository was archived by the owner on Mar 25, 2024. It is now read-only.
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
Some bugs found while fuzzing #49
Closed
Description
I've been giving libfuzzer a try and added a target for serde-yaml (see rust-fuzz/targets#46).
After a few million runs, it found a few things: https://gist.github.com/killercup/c6c2d4bddd9bb9eadacff3324828fc28
thread '<unnamed>' panicked at 'Out of bounds access'
- stack overflows
(Sadly, I forgot to enable RUST_BACKTRACE…)