cottsay / openelp

Open Source EchoLink Proxy
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Fix callsign cache hash map inserts #25

Closed cottsay closed 7 months ago

cottsay commented 7 months ago

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.

codecov-commenter commented 7 months ago

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 :warning:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.