Skip to content

Conversation

@vcsjones
Copy link
Member

@vcsjones vcsjones commented May 25, 2022

This all started because WriteUncompressedPublicKey was renting from CryptoPool and never returning the rented buffer. So I fixed that. But oh, wait, these buffers fit pretty comfortably in the stack, so let's do that while we're here.

@ghost ghost added the area-System.Security label May 25, 2022
@ghost ghost assigned vcsjones May 25, 2022
@ghost
Copy link

ghost commented May 25, 2022

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

Issue Details

This all started because WriteUncompressedPublicKey was renting from CryptoPool and never returning. So I fixed that. But oh, wait, these buffers fit pretty comfortably in the stack, so let's do that while we're here.

Author: vcsjones
Assignees: vcsjones
Labels:

area-System.Security

Milestone: -

@vcsjones
Copy link
Member Author

I'm super confused by CI. It appears to be running jitstress and outer loop for some reason.

@bartonjs
Copy link
Member

#69813 sees the same failures launching the Quic tests, and everything seems to be launching jitstress and outerloop with no access token... so... merging.

@bartonjs bartonjs merged commit 032a7dc into dotnet:main May 25, 2022
@vcsjones vcsjones deleted the fix-pool-return branch May 25, 2022 22:17
@ghost ghost locked as resolved and limited conversation to collaborators Jun 25, 2022
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.

2 participants