nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

fix poll_oneoff ASAN error #140

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

This PR resolves an ASAN error in poll_oneoff(). It also includes the libuv 1.38.0 update in a separate commit.