Closed
Description
I was looking at the time crate wondering why the time crate didn't give offsets, and I stumbled upon this thread on Internals. This seems like a big problem so I went looking for FFI crates where this could be a problem.
This only occurs on ARM because the getenv
call is only for ARM feature detection.
zlib-ng uses getenv https://github.com/zlib-ng/zlib-ng/blob/9f784908599006e9f09599b85b495bdcda1f25c4/arch/arm/armfeature.c#L21, it looks like this wrapper has a data race when set_env
is called in another thread.
Metadata
Metadata
Assignees
Labels
No labels