Userzxcvbvnm

Results 57 issues of Userzxcvbvnm

### Summary The file is opened with O_RDWR and O_TRUNC, but do not print`Access mode: O_TRUNC`. I'm not sure whether this is a bug. ### Current State WasmEdge print: ```...

bug
good first issue
help wanted
c-WASI
fuzz-different-behavior

### Summary WasmEdge fails to read the source file of a softlink file. ### Current State WasmEdge prints: ``` Enter function path_readlink_00001_xYCLW readlinkat ``` ### Expected State prints: ``` Enter...

bug
help wanted
fuzz-different-behavior

### Summary WasmEdge fails to set the rights. I'm not sure whether this is a bug. ### Current State WasmEdge prints: ``` Failed to set fd rights. ``` ### Expected...

bug
help wanted
fuzz-different-behavior

### Summary Successfully set O_SYNC or O_DSYNC, but cannot print. I'm not sure whether this is a bug. If the test case set O_SYNC or O_DSYNC, wasmedge could not print...

bug
good first issue
help wanted
fuzz-different-behavior

### Summary Allocate the file size from a value which is larger the file size, WasmEdge fails to allocate. I'm not sure whether this is a bug. ### Current State...

bug
help wanted
fuzz-different-behavior

### Describe the bug Hard link creation successful print but the file do not exist. Related to https://github.com/wasmerio/wasmer/issues/4870 ### Steps to reproduce (1)The test case is : ``` #include #include...

bug
📦 lib-vfs
priority-high

### Describe the bug Does not set time as expected. ### Steps to reproduce (1)The test case is : ``` #define _XOPEN_SOURCE 700 #include #include #include #include #include #include #include...

bug
📦 lib-vfs
priority-high

### Describe the bug Read directory failed. ### Steps to reproduce (1)The test case is : ``` #include #include #include #include #include #include int get_fd(const char *filename, int flags) {...

bug
📦 lib-vfs
priority-high

### Describe the bug This maybe related to https://github.com/wasmerio/wasmer/issues/4892 ### Steps to reproduce (1)The test case is : ``` #include #include #include #include #include #include int get_fd(const char *filename, int...

bug
📦 lib-vfs
priority-high

### Describe the bug Fail to write the array content into the file, although print success. ### Steps to reproduce (1)The test case is : ``` #include #include #include #include...

bug
📦 lib-vfs
priority-high