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

Fix race condition in px_manager_get_proxies_sync #245

Merged
merged 1 commit into from Jun 15, 2023
Merged

Conversation

janbrummer
Copy link
Contributor

Concurrenct access in px_manager_get_proxies_sync leads to random crashes in duktape. Limit it to one access at a time as has been done in previous releases.

Concurrenct access in px_manager_get_proxies_sync leads to random
crashes in duktape. Limit it to one access at a time as has been done in
previous releases.
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.17 🎉

Comparison is base (01d08cc) 69.58% compared to head (291eea3) 69.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   69.58%   69.75%   +0.17%     
==========================================
  Files          17       17              
  Lines         868      873       +5     
  Branches      239      239              
==========================================
+ Hits          604      609       +5     
  Misses        160      160              
  Partials      104      104              
Impacted Files Coverage Δ
src/backend/px-manager.c 66.56% <100.00%> (+0.50%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@janbrummer janbrummer merged commit 9a86f1a into main Jun 15, 2023
10 checks passed
@janbrummer janbrummer deleted the fix-race branch July 7, 2023 16:31
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.

None yet

1 participant