-
Notifications
You must be signed in to change notification settings - Fork 154
RUSTSEC-2020-0159: Potential segfault in localtime_r
invocations
#400
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
Comments
See background from #398 (comment) |
Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed. |
still active when run |
This is the comment i was referencing in todays meeting saying that it might not affect this. chronotope/chrono#578 (comment) I'll need to remind myself what this means in reference to kube-rs though. i may be wrong here. |
Thanks. Looks like once chrono removes dependency on time and kube-rs uses the latest chrono, this will go away |
Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed. |
Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed. |
chrono
0.4.19
Impact
Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.
Workarounds
No workarounds are known.
References
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: