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 util/monotonic_prc_fallback under FreeBSD #1555

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

azat
Copy link
Member

@azat azat commented Feb 18, 2024

Looks like there was garbage, since evutil_configure_monotonic_time_() does not reset evutil_monotonic_timer structure, while in case of fallback it uses two fields from it:

  • last_time
  • adjust_monotonic_clock

Fixes: #1495
Fixes: #776
Fixes: #1193

Looks like there was garbage, since evutil_configure_monotonic_time_()
does not reset evutil_monotonic_timer structure, while in case of
fallback it uses two fields from it:
- last_time
- adjust_monotonic_clock

Fixes: libevent#1495
@azat azat merged commit 317911a into libevent:master Feb 18, 2024
29 of 65 checks passed
@azat azat deleted the fix-time-fallback branch February 18, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant