-
Notifications
You must be signed in to change notification settings - Fork 71
RUSTSEC-2020-0159: Potential segfault in localtime_r
invocations
#111
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
Hi! Is anyone currently looking at this issue? I'd be interested to get a fix for this in (and also for CVE-2020-26235, by replacing |
This issue is really annoying ...
I do not fully get if |
We have a similar problem - we don't know if anything in our call stack even touches |
Are there any alternatives to |
I'm removing |
Just adding a note, version 0.13.0 has been released and does not depend on |
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: