samtools / htslib

C library for high-throughput sequencing data formats
Other
784 stars 447 forks source link

Disable hts_set_fai_filename call in hts_open_fuzzer. #1704

Closed jkbonfield closed 7 months ago

jkbonfield commented 7 months ago

This is because we don't know that ../c2.fa is a valid path as it's relative to where we are. We can reenable with -DFUZZ_FAI.