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

RUSTSEC-2020-0159: Potential segfault in localtime_r invocations #35

Open
github-actions bot opened this issue Jan 16, 2022 · 2 comments
Open

RUSTSEC-2020-0159: Potential segfault in localtime_r invocations #35

github-actions bot opened this issue Jan 16, 2022 · 2 comments
Labels
cause::direct dependency This issue is caused/concerns a direct dependency of GitArena status::on hold type::security

Comments

@github-actions
Copy link

Potential segfault in localtime_r invocations

Details
Package chrono
Version 0.4.19
URL chronotope/chrono#499
Date 2020-11-10

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.

@mellowagain
Copy link
Owner

May be a duplicate of #40 - keeping it open as this one is for the chrono crate while #40 is for the time crate

@mellowagain mellowagain added the cause::direct dependency This issue is caused/concerns a direct dependency of GitArena label Jan 16, 2022
@mellowagain
Copy link
Owner

The time crate has fixed this issue (I think, but judging from the discussion on the linked issue it seems somewhat still occuring?). Keeping this on hold because as of now there are no known fixes to chrono or work arounds for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cause::direct dependency This issue is caused/concerns a direct dependency of GitArena status::on hold type::security
Projects
None yet
Development

No branches or pull requests

1 participant