disable default chrono features, fix potential segfault in the time crate#559
Merged
slashrsm merged 1 commit intotag1consulting:mainfrom Aug 28, 2023
Merged
Conversation
Member
Author
|
@LionsAd I don't see the need to declare this a security release, worst-case it seems anther user on the server running the load test could cause the load test to segfault. In general, it would be unwise to run a load test on a shared server anyway. If you agree, we can go ahead and merge as-is. |
slashrsm
requested changes
Aug 28, 2023
|
|
||
| ## 0.17.2-dev | ||
| - [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux | ||
| - []() disable unnecessary features in chronos, avoid potential segfault in time crate: https://rustsec.org/advisories/RUSTSEC-2020-0071 |
Member
Author
There was a problem hiding this comment.
Oh my! Thank you :)
slashrsm
approved these changes
Aug 28, 2023
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chrono, addressing https://rustsec.org/advisories/RUSTSEC-2020-0071This fixes the following issue detailed at the link above: