This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed potential overflow in run_command function
If the size returned by uv_fs_event_getpath is 1023, the ++size present in original file version causes a buffer overflow in the path array.
- Loading branch information