Skip to content

Check stack limit in fuzzer executor #19391

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

Closed
wants to merge 1 commit into from

Conversation

arnaud-lb
Copy link
Member

The stack limit is checked when entering execute_ex(), but the fuzzer has its own execute function and does not call execute_ex().

Add a stack limit check in the fuzzer's execute function.

@iluuu1994
Copy link
Member

Benchmark failure is unrelated. It's failing due to >10 non-benchmarked commits on master. We can bump the number of tries when looking for a benchmarked commit.

Copy link
Member

@iluuu1994 iluuu1994 left a comment

Choose a reason for hiding this comment

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

Thank you!

@nielsdos
Copy link
Member

nielsdos commented Aug 6, 2025

Makes sense, thx

@arnaud-lb arnaud-lb closed this in d1fceee Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants