Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(proctree): limit saved file path length
File paths are created by concatting the dentries names from the root to the file, and concattign the file name in the end. Although each dentry and file name has max length, the entire path has none. To avoid memorly leakage caused by saving file paths, introduce a limit to the save path length.
- Loading branch information