Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzz: Limit fuzz buffer size in script_flags target #28931

Merged
merged 3 commits into from
Nov 26, 2023

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Nov 23, 2023

Most fuzz targets have an upper limit on the buffer size to avoid excessive runtime. Do the same for script_flags to avoid timeouts such as #28812 (comment)

Also, fix iwyu. Also, remove legacy CDataStream.

@DrahtBot
Copy link
Contributor

DrahtBot commented Nov 23, 2023

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage

For detailed information about the code coverage, see the test coverage report.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK dergoegge, brunoerg

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

Conflicts

Reviewers, this pull request conflicts with the following ones:

  • #28451 (refactor: Remove unused SER_DISK, SER_NETWORK, SER_GETHASH by maflcko)

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.

@DrahtBot DrahtBot added the Tests label Nov 23, 2023
MarcoFalke added 2 commits November 23, 2023 17:56
Also, export script_error.h from interpreter.h, because there should
rarely be a case where script_error.h is included without interpreter.h
Copy link
Member

@dergoegge dergoegge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK faf1fb2

Copy link
Contributor

@brunoerg brunoerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK faf1fb2

@fanquake fanquake merged commit 5f9fd11 into bitcoin:master Nov 26, 2023
16 checks passed
@maflcko maflcko deleted the 2311-fuzz-script-flags- branch November 27, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants