Actions
Backport #8604
closedbackport r41781 (fix unexpected character class range in File.symbolic_modes_to_i
Status:
Closed
Assignee:
Actions
Like0
Like0Like0
Added by nagachika (Tomoyuki Chikanaga) over 11 years ago. Updated over 11 years ago.
This issue was solved with changeset r41811.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 41781: [Backport #8604]
* lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
character class [+-=], which happened to match all desired
characters but also match undesired characters.