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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

bmwiedemann
Copy link

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.
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

1 participant