Skip to content

[BUG] Octal value parsing #11

@dvrkn

Description

@dvrkn

When parsing octal permissions like 0755 leading zero is being cut, instead of converting to decimal.

rust_yaml2 implements Yaml1.2 spec which not allows leading zero to be interpreted as octal.

So use decimal as workaround 0644 -> 420 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions