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
fix: segmentation fault with empty sets of clusters
regression introduced with commit
045a6d5 (Jun 15 21:25:02 2024 +0200)
very easy to test, but sadly not yet covered by our test-suite:
```sh
vsearch --cluster_unoise <(printf ">s\nAA\n") --blast6out -
```
cause: std::minmax_element() and std::max_element() return
non-deferencable iterators when the searched container is empty.
0 commit comments