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

Overflow in fuzzing #588#604

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 2 commits intomainfrompelevin/588_Overflow_in_fuzzing
Jul 28, 2022
Merged

Conversation

@Markoutte
Copy link
Collaborator

Description

Overflow occurs in randomizer when fuzzing tries to shuffle values for further processing. The solution is to divide PseudoShuffledIntProgression into parts which can be processed within range 0..Int.MAX_VALUE. It decreases level of how random combinations are, but this is a little trade-off between memory consumption and this level.

Also, CombinationsKt is changed to process up to Long.MAX_VALUE combinations.

Fixes#588

Type of Change

Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Automated Testing

org.utbot.framework.plugin.api.CombinationsTest
org.utbot.framework.plugin.api.FuzzerTest

Manual Scenario

Verify the origin problem from#588

Checklist:

  • 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

@MarkoutteMarkoutteforce-pushed thepelevin/588_Overflow_in_fuzzing branch from8fda135 to3351aaaCompareJuly 28, 2022 09:17
Copy link
Collaborator

@SBOne-KenobiSBOne-Kenobi left a comment

Choose a reason for hiding this comment

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

LGTM

@MarkoutteMarkoutte merged commit45b7165 intomainJul 28, 2022
@MarkoutteMarkoutte deleted the pelevin/588_Overflow_in_fuzzing branchJuly 28, 2022 11:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@SBOne-KenobiSBOne-KenobiSBOne-Kenobi 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.

Overflow in fuzzing

3 participants

@Markoutte@SBOne-Kenobi

[8]ページ先頭

©2009-2025 Movatter.jp