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

backport(v0.5): Test case discovered by AFL (#161) #167

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

ParkMyCar
Copy link
Owner

  • fix: Bug when trying to create a CompactString with capacity of 16711422 on 32-bit arches
  • Fixed the underlying bug, which was related to the change in HEAP_MASK
  • Add debug.rs binary to repro single failing fuzz cases
  • Add unit test with comment to repro the exact failure
  • ignore all capacity values test in miri

Backport of: #161

* fix: Bug when trying to create a CompactString with capacity of 16711422 on 32-bit arches
* Fixed the underlying bug, which was related to the change in HEAP_MASK
* Add debug.rs binary to repro single failing fuzz cases
* Add unit test with comment to repro the exact failure
* ignore all capacity values test in miri

Backport of: #161
@ParkMyCar ParkMyCar merged commit efb03c8 into v/0.5 Jul 25, 2022
@ParkMyCar ParkMyCar deleted the fix/backport-161 branch July 25, 2022 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant