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
I have used afl.rs to fuzz the core-lib crate of xi-eidtor(version = "0.4.0", the newest version directly cloned from github). I run fuzz on my ubuntu18.04, x86-64 machine, and I've found several cases may lead to panic.
First is an index out of bounds panic, it can be replayed by
There are also some other arithmetic overflow panics. I put all the relpay files at replay files
I hope you can check if these is real bugs need to be fixed. Thanks a lot.
The text was updated successfully, but these errors were encountered:
I have used afl.rs to fuzz the core-lib crate of xi-eidtor(version = "0.4.0", the newest version directly cloned from github). I run fuzz on my ubuntu18.04, x86-64 machine, and I've found several cases may lead to panic.
First is an index out of bounds panic, it can be replayed by
The error message is
Second is an slice index panic, it can be replayed by
The error message is
There are also some arithmetic overflow panics. For example
The error message is
There are also some other arithmetic overflow panics. I put all the relpay files at replay files
I hope you can check if these is real bugs need to be fixed. Thanks a lot.
The text was updated successfully, but these errors were encountered: