Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fuzzing is not stopped on timeout when symbolic execution is excluded #570#574

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Markoutte merged 1 commit intomainfrompelevin/fix_fuzzing_is_unstoppable
Jul 22, 2022

Conversation

@Markoutte
Copy link
Collaborator

Description

When symbolic execution is off fuzzing should be stopped after a total time for generation is over. This PR also fixes an issue when fuzzing can't be stopped by canceling task via progress bar button.

Fixes#570

Type of Change

Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Automated Testing

All tests should pass

Manual Scenario

Generate test for:

publicinttheSum(inta,intb,intc,intd,inte,intf) {intres =100;if (a <1) {res +=200;    }if (b <2) {res +=300;    }if (c <3) {res +=400;    }if (d <4) {res +=500;    }if (e <5) {res +=700;    }if (f <6) {res +=800;    }returnres;}

This examples finds > 880 000 000 inputs values. After fix it should be stopped in both cases:

  1. When timeout is over
  2. If a user cancels task

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@MarkoutteMarkoutte merged commit41927a6 intomainJul 22, 2022
@MarkoutteMarkoutte deleted the pelevin/fix_fuzzing_is_unstoppable branchJuly 22, 2022 09:36
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@Vassiliy-KudryashovVassiliy-KudryashovVassiliy-Kudryashov approved these changes

Assignees

No one assigned

Labels

None yet

Projects

Archived in project

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Fuzzing is not stopped on timeout when symbolic execution is excluded

3 participants

@Markoutte@Vassiliy-Kudryashov

[8]ページ先頭

©2009-2025 Movatter.jp