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

Update to the latest wasi-libc. #261

Merged
merged 1 commit into from
Dec 6, 2022
Merged

Conversation

sunfishcode
Copy link
Member

This adds the __errno_location function and the change to readdir to call stat if d_ino is 0.

This adds:
 - The `__errno_location` function and the change to `readdir` to
   call `stat` if `d_ino` is 0.
 - Support for -fstack-protector.
@sunfishcode sunfishcode force-pushed the sunfishcode/update-wasi-libc branch from 93acc95 to 9ad1b71 Compare December 6, 2022 17:24
@sunfishcode
Copy link
Member Author

Rebased; this now also includes -fstack-protector support.

@sunfishcode
Copy link
Member Author

It also contains the change to handle zero inode values in fd_readdir.

@sunfishcode
Copy link
Member Author

This is just updating to the latest wasi-libc.

@sunfishcode sunfishcode merged commit 36553bb into main Dec 6, 2022
@sunfishcode sunfishcode deleted the sunfishcode/update-wasi-libc branch December 6, 2022 20:41
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

Successfully merging this pull request may close these issues.

1 participant