Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Stack overflow crash cases #90

Closed
blt opened this issue Feb 13, 2018 · 1 comment
Closed

Stack overflow crash cases #90

blt opened this issue Feb 13, 2018 · 1 comment

Comments

@blt
Copy link

blt commented Feb 13, 2018

Hello,

I've started a fuzzing project for serde-yaml and have discovered some failure cases. As an example:

$ cat crash_cases/id\:000000\,sig\:06\,src\:001416\,op\:flip2\,pos\:2 | ./target/debug/serde_yaml_fuzz

thread 'main' has overflowed its stack
fatal runtime error: stack overflow
Aborted

As of this writing both cases discovered are contained in commit 23fdce4bfdad162acae28ca9897690bfca9d43ec. Instructions to reproduce my AFL setup are in-repo. The examples in crash_cases can be run without AFL, as above.

Please do let me know if I can provide any further information.

@dtolnay
Copy link
Owner

dtolnay commented Sep 15, 2018

Thanks! This was fixed in #105.

@dtolnay dtolnay closed this as completed Sep 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants