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

RedfishPkg/HiiUtilityLib: Fix incorrect type assignment #10562

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

igorkulchytskyy
Copy link
Contributor

Fix incorrect type assignment in EvaluateHiiExpression function.
Replaced direct assignment of 'Value = (EFI_HII_VALUE *)&Question->Value' with
the correct usage of HiiStatementValueToHiiValue function.
This resolves the issue where EFI_HII_VALUE and HII_STATEMENT_VALUE types are incompatible,
ensuring proper handling of Question->Value.

…iExpression function

Replaced direct assignment of 'Value = (EFI_HII_VALUE *)&Question->Value'
with the correct usage of HiiStatementValueToHiiValue function.
This resolves the issue where EFI_HII_VALUE and HII_STATEMENT_VALUE
types are incompatible, ensuring proper handling of Question->Value.

Signed-off-by: Igor Kulchytskyy <[email protected]>
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