LinearTapeFileSystem/ltfs

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

開放

#106 建立於 2019年1月31日

 (0 則留言) (1 個反應) (0 位負責人)C (102 個分叉)auto 404
Hacktoberfestbughelp wanted

倉庫指標

星標
 (337 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南