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 callsign cache hash map inserts #25

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Fix callsign cache hash map inserts #25

merged 1 commit into from
Mar 18, 2024

Conversation

cottsay
Copy link
Owner

@cottsay cottsay commented Mar 18, 2024

From what I can tell, this could result in callsign cache misses, but more importantly could cause a cycle in the linked lists that results in an infinite loop.

I believe this was only possible on proxy configurations with multiple slots.

From what I can tell, this could result in callsign cache misses, but
more importantly could cause a cycle in the linked lists that results in
an infinite loop.

I believe this was only possible on proxy configurations with multiple
slots.
@cottsay cottsay added the bug label Mar 18, 2024
@cottsay cottsay self-assigned this Mar 18, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 51.23%. Comparing base (2955304) to head (2c7ca0f).

Files Patch % Lines
src/proxy.c 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   51.23%   51.23%           
=======================================
  Files          22       22           
  Lines        2912     2912           
=======================================
  Hits         1492     1492           
  Misses       1420     1420           

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

@cottsay cottsay merged commit 6dee621 into main Mar 18, 2024
10 checks passed
@cottsay cottsay deleted the devel branch March 18, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants