Page MenuHomePhabricator

tests: Remove no longer needed UBSan suppressions
ClosedPublic

Authored by PiRK on Dec 22 2021, 17:01.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC6294e47f793b: 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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable