mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
refactor: reenable prevector
sanitizer checks
Original suppression was added in 2018. Ran `cmake --preset=libfuzzer && cmake --build build_fuzz && FUZZ=prevector build_fuzz/bin/fuzz` for several hours, it didn't find any violation.
This commit is contained in:
parent
d91a746815
commit
c740b2ef8a
1 changed files with 0 additions and 2 deletions
|
@ -54,7 +54,6 @@ unsigned-integer-overflow:DecompressAmount
|
||||||
unsigned-integer-overflow:crypto/
|
unsigned-integer-overflow:crypto/
|
||||||
unsigned-integer-overflow:MurmurHash3
|
unsigned-integer-overflow:MurmurHash3
|
||||||
unsigned-integer-overflow:TxConfirmStats::EstimateMedianVal
|
unsigned-integer-overflow:TxConfirmStats::EstimateMedianVal
|
||||||
unsigned-integer-overflow:prevector.h
|
|
||||||
unsigned-integer-overflow:InsecureRandomContext::rand64
|
unsigned-integer-overflow:InsecureRandomContext::rand64
|
||||||
unsigned-integer-overflow:InsecureRandomContext::SplitMix64
|
unsigned-integer-overflow:InsecureRandomContext::SplitMix64
|
||||||
unsigned-integer-overflow:bitset_detail::PopCount
|
unsigned-integer-overflow:bitset_detail::PopCount
|
||||||
|
@ -62,7 +61,6 @@ implicit-integer-sign-change:SetStdinEcho
|
||||||
implicit-integer-sign-change:compressor.h
|
implicit-integer-sign-change:compressor.h
|
||||||
implicit-integer-sign-change:crypto/
|
implicit-integer-sign-change:crypto/
|
||||||
implicit-integer-sign-change:TxConfirmStats::removeTx
|
implicit-integer-sign-change:TxConfirmStats::removeTx
|
||||||
implicit-integer-sign-change:prevector.h
|
|
||||||
implicit-integer-sign-change:verify_flags
|
implicit-integer-sign-change:verify_flags
|
||||||
implicit-integer-sign-change:EvalScript
|
implicit-integer-sign-change:EvalScript
|
||||||
implicit-integer-sign-change:serialize.h
|
implicit-integer-sign-change:serialize.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue