1 Star 0 Fork 26

无名/zstd

forked from src-openEuler/zstd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
patch-5-add-test-case-survive-a-list-of-files-which-long-file-name-length.patch 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff -Nur zstd-1.5.0/tests/playTests.sh new-zstd/tests/playTests.sh
--- zstd-1.5.0/tests/playTests.sh 2021-05-14 22:59:34.000000000 +0800
+++ new-zstd/tests/playTests.sh 2021-11-18 16:44:28.963975598 +0800
@@ -689,6 +689,10 @@
test -f tmp3
test -f tmp4
+println "test : survive a list of files which long file name length (--filelist=FILE)"
+datagen -g51M > tmp_badList
+zstd -f --filelist=tmp_badList && die "should have failed : list file name length is too long" # can trigger the file list file name length is too long
+
println "test : survive a list of files which is text garbage (--filelist=FILE)"
datagen > tmp_badList
zstd -f --filelist=tmp_badList && die "should have failed : list is text garbage"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Wangjunqi123/zstd.git
git@gitee.com:Wangjunqi123/zstd.git
Wangjunqi123
zstd
zstd
master

搜索帮助