Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UB in test_unistd_write_broken_link (#23125)
The test was failing under ASan because no null byte was being read from the file, so the strlen inside printf was running off the buffer. It just happened to work on non-ASan because wasm memory is initialized to zero.
- Loading branch information