Skip to content

Conversation

elinor-fung
Copy link
Member

Build break in linux-armel legs from #115569

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a build break for the linux-armel leg by initializing new output parameters in the DSA key processing function.

  • Added initialization for *hasSeed and *hasSecretKey flags.


(void)pKey;
*mldsaId = PalMLDsaId_Unknown;
*hasSeed = 0;
Copy link

Copilot AI May 20, 2025

Choose a reason for hiding this comment

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

Consider adding a brief comment explaining the initialization of *hasSeed and *hasSecretKey to 0, so future maintainers understand that these flags default to false and why this behavior is expected.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

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

@elinor-fung elinor-fung deleted the elinor-fung-patch-1 branch May 20, 2025 16:56
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant