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 issues with year 2038 #3052

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Conversation

bmwiedemann
Copy link
Contributor

Description

Replace this text with a description of the PR.

Additional information...

  • I changed C++ code or build infrastructure.
    Please run the test suite and include the output of cd test && ./problems.

I did not run these tests yet, but python-tasklib tests now passed with patched task-2.6.2. There seems to be no test or problems* in that tree.

  • I changed Rust code or build infrastructure.
    Please run cargo test and address any failures before submitting.

Without this patch, their 32-bit signed long int could overflow.

This patch was done while working on reproducible builds for openSUSE.
@bmwiedemann
Copy link
Contributor Author

rebased

@djmitche djmitche self-requested a review August 23, 2023 16:37
Copy link
Collaborator

@djmitche djmitche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix, thanks!

@djmitche djmitche merged commit 603bf07 into GothenburgBitFactory:develop Aug 31, 2023
23 checks passed
@bmwiedemann bmwiedemann deleted the fix2038 branch August 31, 2023 10:06
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.

None yet

2 participants