diff options
| author | practicalswift <[email protected]> | 2018-11-07 00:27:31 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-11-23 16:58:44 +0100 |
| commit | 4f4993fe2ac25cb2676d35a98e2b22da1add1bb1 (patch) | |
| tree | 3b85926eade83c58e58f0b8c2253ac02b4d706eb | |
| parent | streams: Remove unused seek(size_t) (diff) | |
| download | discoin-4f4993fe2ac25cb2676d35a98e2b22da1add1bb1.tar.xz discoin-4f4993fe2ac25cb2676d35a98e2b22da1add1bb1.zip | |
Remove UBSan suppression
| -rw-r--r-- | test/sanitizer_suppressions/ubsan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan index e90d5c2ac..f0107f136 100644 --- a/test/sanitizer_suppressions/ubsan +++ b/test/sanitizer_suppressions/ubsan @@ -29,7 +29,6 @@ unsigned-integer-overflow:policy/fees.cpp unsigned-integer-overflow:prevector.h unsigned-integer-overflow:script/interpreter.cpp unsigned-integer-overflow:stl_bvector.h -unsigned-integer-overflow:streams.h unsigned-integer-overflow:txmempool.cpp unsigned-integer-overflow:util/strencodings.cpp unsigned-integer-overflow:validation.cpp |