-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[date] Fix uninitialized values #23710
Conversation
@acgetchell At present, the upstream has accepted this change. We prefer to submit an issue upstream to release a new version to update this change. We will not merge this PR, but it can be used temporarily to avoid similar problems. |
The modified content does not destroy the code logic, only initialized some functions, there is no need to wait for a new version to be released, this pull request can be accepted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/date/vcpkg.json
Valid values for the license field can be found in the documentation
Thanks! |
Describe the pull request
What does your PR fix?
Fixes [date] Update port to fix use-of-uninitialized-value #23637Add patch to apply this change HowardHinnant/date@a74eb1a
fix the error: