LinearTapeFileSystem/ltfs

A file which has US (0x1f) character is not accepted

オープン

#106 opened on 2019/01/31

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)C (102 件のフォーク)auto 404
Hacktoberfestbughelp wanted

Repository metrics

Stars
 (337 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Describe the bug

Cannot create a file or a symlink that has US (0x1f) character in the name.

To Reproduce

In bash,touch $'[mount_point]/aaa\x1faaa'.

LTFS returns an invalid argument error.

Expected behavior

Accept the filename and write to an index aaa%1faaa with percent encoded flag.

コントリビューターガイド