mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-30 12:51:16 +00:00
The current implementation throws a segmentation fault when padding files using a large range, because the writing operation overflows the source buffer, which was a single char. IPFS previously assumed that the offset for the seek operation was related to the start of the file (SEEK_SET). It now correctly checks the parameter 'whence' and computes the offset for SEEK_CUR (middle of the file) and SEEK_END (end of the file). |
||
|---|---|---|
| .. | ||
| basic | ||
| file | ||
| gui | ||
| littlevgl | ||
| multi-module | ||
| multi-thread | ||
| native-lib | ||
| ref-types | ||
| sgx-ra | ||
| simple | ||
| socket-api | ||
| spawn-thread | ||
| wasm-c-api | ||
| workload | ||