nanomsg / nng

nanomsg-next-generation -- light-weight brokerless messaging
https://nng.nanomsg.org
MIT License
3.78k stars 485 forks source link

Gdamore/win clock fix #1834

Closed gdamore closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.45%. Comparing base (aac4dc3) to head (b7a0227).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1834 +/- ## ========================================== + Coverage 79.32% 79.45% +0.12% ========================================== Files 95 95 Lines 21491 21487 -4 ========================================== + Hits 17048 17072 +24 + Misses 4443 4415 -28 ```

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

gdamore commented 4 months ago

There are still use after-free bugs in WIndows. But this is low hanging fruit so merging. Working on a refactor to address the use-after-free.