Skip to content

tar: Fix decimal/octal mix up at file permissions

Nagy Tibor requested to merge xTibor/extrautils:tar-octal into master

This kind of bugs could be a great candidate for a new clippy lint (non-octal literals used for std functions expecting permission bits.)

Merge request reports