Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github actions: Disable "integer" sanitizer checks
Because they generate false positives, in our case they report the left-shift of an unsigned integer as UB which is totally legit. https://stackoverflow.com/questions/73779721/why-does-the-clang-sanitizer-think-this-left-shift-of-an-unsigned-number-is-unde
- Loading branch information