Update wasmtime-wasi-c to cloudabi-utils 223dadc5.
We already had a forward-port of d5abd351d, so this just contains a minor and unobservable bug fix.
This commit is contained in:
@@ -1880,7 +1880,7 @@ __wasi_errno_t wasmtime_ssp_fd_readdir(
|
||||
}
|
||||
|
||||
*bufused = 0;
|
||||
while (nbyte > 0) {
|
||||
while (*bufused < nbyte) {
|
||||
// Read the next directory entry.
|
||||
errno = 0;
|
||||
struct dirent *de = readdir(dp);
|
||||
|
||||
Reference in New Issue
Block a user