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

locking issues in chdir.c #474

Open
yamt opened this issue Feb 14, 2024 · 0 comments
Open

locking issues in chdir.c #474

yamt opened this issue Feb 14, 2024 · 0 comments

Comments

@yamt
Copy link
Contributor

yamt commented Feb 14, 2024

in make_absolute:

  • __wasilibc_cwd_unlock is called twice
  • static vars (make_absolute_buf/make_absolute_len) are used w/o lock

in chdir:

  • static vars (relative_buf/relative_buf_len/__wasilibc_cwd_mallocd) are used w/o lock
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