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.

贡献者指南