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

Native memory leak on TLS client reading OCSP staple. #96616

Closed
rzikm opened this issue Jan 8, 2024 · 2 comments · Fixed by #96561
Closed

Native memory leak on TLS client reading OCSP staple. #96616

rzikm opened this issue Jan 8, 2024 · 2 comments · Fixed by #96561
Labels
area-System.Net.Security bug tenet-reliability Reliability/stability related issue (stress, load problems, etc.)
Milestone

Comments

@rzikm
Copy link
Member

rzikm commented Jan 8, 2024

Under specific condition, .NET 7 and 8 are leaking native memory during TLS handshake. The specific condition is:

@ghost
Copy link

ghost commented Jan 8, 2024

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

Issue Details

Under specific condition, .NET 7 and 8 are leaking native memory during TLS handshake. The specific condition is:

Author: rzikm
Assignees: -
Labels:

area-System.Net.Security

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 8, 2024
@rzikm rzikm added this to the 9.0.0 milestone Jan 8, 2024
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jan 8, 2024
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 8, 2024
@rzikm rzikm self-assigned this Jan 8, 2024
@karelz karelz modified the milestones: 9.0.0, 7.0.x Jan 8, 2024
@karelz karelz added bug tenet-reliability Reliability/stability related issue (stress, load problems, etc.) labels Jan 8, 2024
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jan 16, 2024
@rzikm
Copy link
Member Author

rzikm commented Jan 16, 2024

Fixed in main (9.0) in PR #96561 and in 8.0.2 in PR #96577 and in 7.0.16 in PR #96578 (February release).

@rzikm rzikm closed this as completed Jan 16, 2024
@rzikm rzikm removed their assignment Jan 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security bug tenet-reliability Reliability/stability related issue (stress, load problems, etc.)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants