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

SecurityPkg: Fix exponent unmarshaled as 16 bits #6086

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

zodf0055980
Copy link
Contributor

Description

According issue #5536, exponent is 32 bits but is unmarshaled as 16 bits.

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

N/A

Integration Instructions

N/A

@zodf0055980 zodf0055980 force-pushed the fix_exponent_unmarshaled branch 2 times, most recently from adc9ddc to e3c4edb Compare August 21, 2024 07:51
@jyao1 jyao1 added the push Auto push patch series in PR if all checks pass label Aug 31, 2024
@mdkinney
Copy link
Member

@mergify rebase

According issue tianocore#5536, exponent is 32 bits but is unmarshaled as 16 bits.

Signed-off-by: zodf0055980 <[email protected]>
Copy link

mergify bot commented Aug 31, 2024

rebase

✅ Branch has been successfully rebased

@mergify mergify bot merged commit f7abf6a into tianocore:master Aug 31, 2024
126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants