Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced stat() with lstat(), which provides
information about a file or directory but does not follow symbolic links. This helps to ensure that the status of the file or directory is checked at the time of use, without being influenced by potential changes that may have occurred since the check.
- Loading branch information