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

[release/9.0] Fix bug in validating unused bits #107321

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 3, 2024

Backport of #106771 to release/9.0

/cc @buyaa-n

Customer Impact

  • Customer reported
  • Found internally

The bug found with Base64Url fuzzer, regression introduced in preview 7 with validating unused bits PR.

Regression

  • Yes
  • No

Regression introduced with Base 64 decoder, reject input when unused bits are not 0, in new Base64Url validator API

Testing

Unit tests that reproes the failure added, fuzz testing run again with the PR successfully

Risk

Low, the fix fully refactored existing logic to make the intended behavior more clear and efficient. Unit + fuzz tested.

buyaa-n and others added 3 commits September 3, 2024 22:07
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-memory
See info in area-owners.md if you want to be subscribed.

@buyaa-n buyaa-n added the Servicing-consider Issue for next servicing release review label Sep 3, 2024
Copy link
Member

@artl93 artl93 left a comment

Choose a reason for hiding this comment

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

M2 approved

@artl93 artl93 added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 3, 2024
@buyaa-n buyaa-n requested a review from carlossanlop September 4, 2024 16:26
@artl93 artl93 merged commit a0847e7 into release/9.0 Sep 4, 2024
149 of 152 checks passed
@artl93 artl93 deleted the backport/pr-106771-to-release/9.0 branch September 4, 2024 18:22
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Memory Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants