JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

Fix crash that occurs when server PSK callback returns `null` #68

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

Related to #66.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 81.81% and project coverage change: +0.33 :tada:

Comparison is base (20cda4e) 84.70% compared to head (2621c4d) 85.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ========================================== + Coverage 84.70% 85.04% +0.33% ========================================== Files 10 10 Lines 693 702 +9 ========================================== + Hits 587 597 +10 + Misses 106 105 -1 ``` | [Impacted Files](https://codecov.io/gh/JKRhb/dtls2/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann) | Coverage Δ | | |---|---|---| | [lib/src/dtls\_client.dart](https://codecov.io/gh/JKRhb/dtls2/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann#diff-bGliL3NyYy9kdGxzX2NsaWVudC5kYXJ0) | `81.51% <75.00%> (-0.70%)` | :arrow_down: | | [lib/src/dtls\_server.dart](https://codecov.io/gh/JKRhb/dtls2/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann#diff-bGliL3NyYy9kdGxzX3NlcnZlci5kYXJ0) | `87.78% <84.00%> (+0.56%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/JKRhb/dtls2/pull/68/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann)

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