Closed aseyboldt closed 6 years ago
I've been fuzzing seq_io, and found an issue. With this PR applied, run
env RUST_BACKTRACE=1 cargo fuzz run single_thread -- -max_len=100 -only_ascii=1
I'm getting a panic:
I'm the fastq-rs author by the way. I love what you've been doing with seq_io. :-)
Thank you, I appreciate this very much! I'll look into this...
I'm glad you like this crate. I can say the same about fastq_rs; in fact looking at the source code of your crate has helped and inspired me a lot!
I've been fuzzing seq_io, and found an issue. With this PR applied, run
I'm getting a panic:
I'm the fastq-rs author by the way. I love what you've been doing with seq_io. :-)