Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] static analysis #427

Merged
merged 3 commits into from
Aug 13, 2024
Merged

[FIX] static analysis #427

merged 3 commits into from
Aug 13, 2024

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Aug 13, 2024

No description provided.

`window_hashes.emplace_back` may invalidate the `min`, an iterator
pointing to some location in `window_hashes`.

Also fixes an error in the comparison:

`new_hash < min->second` compared the new hash value against the current
minimiser position instead of the current minimiser hash.
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 13, 2024
@seqan-actions
Copy link
Member

Documentation preview available at https://docs.seqan.de/preview/seqan/raptor/427

@eseiler eseiler enabled auto-merge August 13, 2024 12:23
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 13, 2024
@eseiler eseiler merged commit a27a923 into seqan:main Aug 13, 2024
43 checks passed
@eseiler eseiler deleted the fix/codechecker branch August 13, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants