nodejs / uvwasi

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

Error if creating symlink to absolute path #272

Closed yagehu closed 3 months ago

yagehu commented 3 months ago

This commit adds an absolute path check to path_symlink. This behavior is specified by WASI.

fixes #271