I'm starting to investigate various memory errors we have seen with clair3 code. This commit is a small one have getting acquianted with the bits full alignment feature code (the pileup one seems very familiar 🤔 🤣 ).
Avoids a stack allocation (fixes #265)
Cleans up integer use (I didn't think very long about all the casts, they look safe by inspection)
Thanks for the PR. Sorry for the delay, we also have a working fix but will integrate it with yours. We shall release a new version with this and a few other fixes by this week.
I'm starting to investigate various memory errors we have seen with clair3 code. This commit is a small one have getting acquianted with the bits full alignment feature code (the pileup one seems very familiar 🤔 🤣 ).
My compiler is a bit happier after these changes.