thegenemyers / DALIGNER

Find all significant local alignments between reads
Other
138 stars 61 forks source link

Fix invalid memory access #84

Closed a-ludi closed 6 years ago

a-ludi commented 6 years ago

If selecting a subset of reads on the CLI it could happen that the trace buffer would overflow. This is prevented by not reading the trace of "unrequested" alignments but rather skipping them using fseek.

thegenemyers commented 6 years ago

Arne, Thanks for reporting this bug. I've fixed it in a somewhat simpler way and that version will be available the next time I commit my local copy to github. -- Gene