test: remove file-wide interpreter.cpp ubsan suppression#29541
test: remove file-wide interpreter.cpp ubsan suppression#29541fanquake merged 1 commit intobitcoin:masterfrom
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
| unsigned-integer-overflow:TxConfirmStats::EstimateMedianVal | ||
| unsigned-integer-overflow:prevector.h | ||
| unsigned-integer-overflow:script/interpreter.cpp | ||
| unsigned-integer-overflow:EvalScript |
There was a problem hiding this comment.
I assume stacktop / altstacktop don't work here?
There was a problem hiding this comment.
Not in this context, because these are runtime suppressions.
There are various ways to suppress issues, however, in this PR, I'm not interested in changing the src, just reducing the scope of the currently applied runtime suppression. |
|
I'm going to merge this to reduce the scope of the suppression, discussion around refactoring / inlining suppressions could can in #29543. |
No description provided.