symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

RUSTSEC-2020-0159: Potential segfault in `localtime_r` invocations

Open github-actions[bot] opened this issue 3 years ago • 1 comments

Potential segfault in localtime_r invocations

Details
Package chrono
Version 0.4.19
URL https://github.com/chronotope/chrono/issues/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.

github-actions[bot] avatar Jan 17 '22 00:01 github-actions[bot]

This is also being used in anylog and apple-crash-report-parser, which are both sentry libraries.

Swatinem avatar Jan 17 '22 10:01 Swatinem