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

winrt: fix crash on access to deleted shared complete handler #53

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

sergio-nsk
Copy link
Collaborator

No description provided.

async_complete_handler can be owned by two threads: "Main Thread" and
"ntdll.dll!TppWorkerThread"
proxy_resolver_winrt_delete() must not delete the shared complete handler.
@sergio-nsk sergio-nsk added the bug Something isn't working label Dec 6, 2023
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cb9ff38) 56.72% compared to head (3cd445e) 56.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   56.72%   56.72%           
=======================================
  Files          53       53           
  Lines        4605     4605           
  Branches     1062     1062           
=======================================
  Hits         2612     2612           
  Misses       1306     1306           
  Partials      687      687           
Flag Coverage Δ
macos 50.49% <ø> (ø)
ubuntu 53.41% <ø> (ø)
ubuntu_curl 53.10% <ø> (ø)
windows 56.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sergio-nsk sergio-nsk merged commit 863f4af into master Dec 6, 2023
18 checks passed
@sergio-nsk sergio-nsk deleted the sergey/winrt/1 branch December 6, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants