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

m_stats: correct format specifiers and types #438

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

dwfreed
Copy link
Member

@dwfreed dwfreed commented Jul 24, 2024

These format specifiers were all wrong. Use the right ones. Musl time_t is always 64 bits, so promote all rb_current_time usage to 64 bits.

Fixes #437

These format specifiers were all wrong. Use the right ones. Musl time_t   
is always 64 bits, so promote all rb_current_time usage to 64 bits.      
                                                                         
Fixes #437
@dwfreed dwfreed merged commit d01a08c into main Jul 24, 2024
9 checks passed
@dwfreed dwfreed deleted the dwfreed/fix-stats-formats branch July 24, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

segfault upon running STATS l as oper while another server linked
2 participants