Open DamienCassou opened 7 years ago
I have the impression that your access() method on a symbolic link differs from what nodejs does and what the unix version does. ACCESS(2) says:
access()
ACCESS(2)
If pathname is a symbolic link, it is dereferenced.
I think your code does not dereference the symlink.
I have the impression that your
access()
method on a symbolic link differs from what nodejs does and what the unix version does.ACCESS(2)
says:I think your code does not dereference the symlink.