-
Notifications
You must be signed in to change notification settings - Fork 188
build: add option for sanitizers #2553
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
Merged
jamescowens
merged 23 commits into
gridcoin-community:development
from
div72:sanitizers
Mar 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d9de40e
build: add option for sanitizers
div72 00d6ae7
misc: fix UB in CPID hashing
div72 e33bc35
ci: add new builds with sanitizers
div72 57251db
support: add proper includes for -DARENA_DEBUG
div72 19731ee
support: fix compilation with -DARENA_DEBUG
div72 c927e00
ci: disable tsan job
div72 29a0c09
ci: use suppression files for sanitizers
div72 c39f895
Fix memory leak in wallet tests
div72 66967f0
miner: don't leak CBlockIndex used for testing
div72 cfcfe24
test: free wallet at exit of mrc_tests
div72 6fd9480
test: cleanup leveldb env
div72 c426268
mrc: zero initialize primitives
div72 29d6adb
Fix segfault in allocator_tests/arena_tests
jkczyz 8a65793
test: fix suppression for script.cpp
div72 14ec4af
test: fix memory leaks in beacon tests
div72 d73c0cf
test: fix integer underflow in accounting tests
div72 28986ad
refactor: make CBlockIndex nflags enum unsigned
div72 7cd0247
scraper: remove redundant cntPartsRcvd inc/decrement
div72 6e92287
superblock: eliminate UB during binary magnitude extraction
div72 2c233c1
util: avoid underflow in SplitHostPort
div72 8be8771
refactor: port upstream changes for merkle
div72 08f65b8
refactor: make uint32_t casts explicit in tx tests
div72 0e8552d
test: make int64_t casts explicit in msb tests
div72 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.