Skip to content

Commit 1599cc6

Browse files
committed
fix: suppress float-cast-overflow UBSan error from qRound(double)
1 parent a57d128 commit 1599cc6

File tree

1 file changed

+5
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+5
-0
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,8 @@ shift-base:streams.h
100100
shift-base:test/fuzz/crypto_diff_fuzz_chacha20.cpp
101101
shift-base:util/bip32.cpp
102102
vptr:bls/bls.h
103+
104+
# -fsanitize=float-cast-overflow suppressions
105+
# ===============================
106+
# See QTBUG-133261
107+
float-cast-overflow:qRound

0 commit comments

Comments
 (0)