Skip to content

feature/disable ubsan warnings#428

Open
jcelerier wants to merge 3 commits intocameron314:masterfrom
jcelerier:feature/disable_ubsan_warnings
Open

feature/disable ubsan warnings#428
jcelerier wants to merge 3 commits intocameron314:masterfrom
jcelerier:feature/disable_ubsan_warnings

Conversation

@jcelerier
Copy link
Contributor

  • Update concurrentqueue.h
  • Update lightweightsemaphore.h
  • Update lightweightsemaphore.h
  • Update lightweightsemaphore.h
  • Replace BLOCK_SIZE with CQ_BLOCK_SIZE to avoid conflicts with <sys/mount.h>
  • Improve compatibility with c++ modules
  • Disable ubsan's integer sanitizer warnings

They crop up on valid per the standard (but sometimes bogus) uses
of modular arithmetic on unsigned integers, such as in hash functions.
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.

1 participant