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

getenv used in blosc_compress_ctx #384

Open
nhz2 opened this issue Aug 22, 2024 · 0 comments
Open

getenv used in blosc_compress_ctx #384

nhz2 opened this issue Aug 22, 2024 · 0 comments

Comments

@nhz2
Copy link
Contributor

nhz2 commented Aug 22, 2024

From what I can tell getenv is used in blosc_compress_ctx here:

envvar = getenv("BLOSC_WARN");

blosc_compress_ctx is supposed to be used in multi-threaded contexts; however, getenv is not threadsafe:
https://pubs.opengroup.org/onlinepubs/9699919799.2016edition/functions/getenv.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant