Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checksec: more forgiving when passed directory arguments
I often use `checksec *` to lazily avoid typing filename in a directory. If the directory contains any other sub-dirs, the command fails. With this patch, checksec will silently skip dir paths. There is TOCTOU issue but I don't think checksec do anything important enough to explicitly use try/catch to account for that.
- Loading branch information