Closed
Description
- Version: v8.9.3
- Platform: Linux xxx 4.15.0-2-amd64 deps: update openssl to 1.0.1j #1 SMP Debian 4.15.11-1 (2018-03-20) x86_64 GNU/Linux
- Subsystem: fs
fs.lchown
is currently deprecated
But fs.lchown
can be helpful to address Time of check to time of use (TOCTOU) bugs, like this one,
as it does not dereference symbolic links and merely changes the owner of the link.
Please undeprecate fs.lchown
and implement it on the linux platform.
Activity