aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-03-31 11:16:21 +0100
committerfanquake <fanquake@gmail.com>2023-03-31 11:16:35 +0100
commit47184cfa2f62290c00f960ddf74a7c1b5d3578b0 (patch)
treec6c156e341749f36f19156c74dfaaed41cf0546e /test
parent6b9fedd2211851a70d2d82dea04420e9b87bfff9 (diff)
parent71b3e9b0ade9680f6847e93785225c5927929336 (diff)
downloadbitcoin-47184cfa2f62290c00f960ddf74a7c1b5d3578b0.tar.xz
Merge bitcoin/bitcoin#27362: test: remove `GetRNGState` lsan suppression
71b3e9b0ade9680f6847e93785225c5927929336 sanitizers: remove GetRNGState lsan suppression (fanquake) Pull request description: I am no-longer seeing this, testing with the native_asan job over `x86_64` (Ubuntu 22.04) and `aarch64` (Fedora 37). Can anyone recreate the false-positive? ACKs for top commit: MarcoFalke: lgtm ACK 71b3e9b0ade9680f6847e93785225c5927929336 hebasto: ACK 71b3e9b0ade9680f6847e93785225c5927929336, tested on Ubuntu 22.04 x86_64. Tree-SHA512: 63020327d61acd6c94c6c278c9c4d72aedc10253fa172bcf9353bcad4c28d068bee824969eb3ce92152244831df8fe92cffae536453c8073a4fda74dfdfbcefa
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_suppressions/lsan3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanitizer_suppressions/lsan b/test/sanitizer_suppressions/lsan
index 828b1676f6..7ccb22515f 100644
--- a/test/sanitizer_suppressions/lsan
+++ b/test/sanitizer_suppressions/lsan
@@ -1,5 +1,2 @@
# Suppress warnings triggered in dependencies
leak:libQt5Widgets
-
-# false-positive due to use of secure_allocator<>
-leak:GetRNGState