| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #851 +/- ##
=======================================
Coverage 92.31% 92.31%
=======================================
Files 35 35
Lines 7466 7471 +5
Branches 388 389 +1
=======================================
+ Hits 6892 6897 +5
Misses 433 433
Partials 141 141 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
Merging this PR will not alter performance✅ 20 untouched benchmarks Comparing AlejandroCoronadoN:perm-plus-octal-reject (6dd8751) with main (d6ae4f9) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
GNU find rejects the deprecated -perm +MODE octal form (a leading + followed by an octal number). uutils silently accepts it: the + is treated as an unknown prefix, so it falls through to an exact numeric comparison and matches files instead of erroring.
Same for +0 and +400. Symbolic forms (+rwx, +u+w) and the 644 / /644 / -644 forms are unaffected. This rejects a leading + followed by a digit, matching GNU.