You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, uvwasi_path_symlink() does not resolve old_path to fd. This is a bug. It should be resolved to fd the same way new_path is.
EDIT: old_path should not be resolved to fd. That said, path_symlink() is broken.
EDIT: uvwasi_path_open() needs to handle opening symlinks created by WASI.
The text was updated successfully, but these errors were encountered:
cjihrig
changed the title
uvwasi_path_symlink() should resolve old_path to fd
uvwasi_path_symlink() is broken
Jan 9, 2020
Currently,uvwasi_path_symlink()
does not resolveold_path
tofd
. This is a bug. It should be resolved tofd
the same waynew_path
is.EDIT:
old_path
should not be resolved tofd
. That said,path_symlink()
is broken.EDIT:
uvwasi_path_open()
needs to handle opening symlinks created by WASI.The text was updated successfully, but these errors were encountered: