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

Don't assume that sizeof(time_t) == sizeof(long) #432

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

cjwatson
Copy link
Contributor

On some architectures, such as Debian's 32-bit armel and armhf architectures after their recent migration to 64-bit time_t, the time_t and long types are not the same size. Fix yh_com_benchmark to avoid assuming that they are.

On some architectures, such as Debian's 32-bit armel and armhf
architectures after their recent migration to 64-bit `time_t`, the
`time_t` and `long` types are not the same size.  Fix `yh_com_benchmark`
to avoid assuming that they are.
@qpernil qpernil merged commit 898f03d into Yubico:master Sep 13, 2024
25 of 27 checks passed
@qpernil
Copy link
Contributor

qpernil commented Sep 13, 2024

Thanks for your contribution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants