HomePhabricator

tests: Remove no longer needed UBSan suppressions

Description

tests: Remove no longer needed UBSan suppressions

Summary:
core#20379

Remove no longer needed UBSan suppression.
The float divide-by-zero in validation.cpp was fixed by instagibbs in D8857.

The other suppression was removed by core#19630 after fixing fee estimation code that does not exist in Bitcoin ABC. We can assume that we do not need this suppression, and add it back if needed.

This is a backport of core#20379

Test Plan:
With UBSAN:
ninja && ninja check check-functional

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: Fabien

Differential Revision: https://reviews.bitcoinabc.org/D10728

Details

Provenance
PiRKAuthored on Dec 22 2021, 16:53
PiRKPushed on Dec 23 2021, 13:48
Reviewer
Restricted Project
Differential Revision
D10728: tests: Remove no longer needed UBSan suppressions
Parents
rABCfcf196f63c2a: cast bool operands to int to silence compiler warning
Branches
Unknown
Tags
Unknown