Disable ubsan's integer sanitizer warnings by jcelerier · Pull Request #139 · martinus/unordered_dense · GitHub
Skip to content

Disable ubsan's integer sanitizer warnings - #139

Merged
martinus merged 1 commit into
martinus:mainfrom
jcelerier:feature/disable_ubsan_warnings
Oct 6, 2025
Merged

Disable ubsan's integer sanitizer warnings#139
martinus merged 1 commit into
martinus:mainfrom
jcelerier:feature/disable_ubsan_warnings

Conversation

@jcelerier

Copy link
Copy Markdown
Contributor

They crop up on valid per the standard (but sometimes bogus) uses
of modular arithmetic on unsigned integers, such as in hash functions.

They crop up on valid per the standard (but sometimes bogus) uses
of modular arithmetic on unsigned integers, such as in hash functions.
@martinus
martinus force-pushed the feature/disable_ubsan_warnings branch from 5bdd46c to eac0402 Compare October 6, 2025 06:02
@martinus

martinus commented Oct 6, 2025

Copy link
Copy Markdown
Owner

@martinus
martinus merged commit b4802df into martinus:main Oct 6, 2025
4 checks passed
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