13 Star 0 Fork 32

src-openEuler/libtiff

 / 详情

【oe-25.03】tiffcp -c命令的lzma/zstd/webp参数返回值有变

已完成
缺陷
创建于  
2025-03-05 16:31

一、缺陷信息
【缺陷所属的os版本】
openEuler-25.03
【内核版本】
kernel-6.6.0-72.1.0.48.oe2503
【缺陷所属软件及版本号】
libtiff-4.7.0-1.oe2503
【问题复现步骤】:
安装libtiff-tools软件包,执行如下命令:
tiffcp -c lzma test.tif tmp.tif
tiffcp -c zstd test.tif tmp.tif
tiffcp -c webp test.tif tmp.tif
tiffcp -c lzma test.tif tmp.tiff
tiffcp -c zstd test.tif tmp.tiff
tiffcp -c webp test.tif tmp.tiff
【实际结果】
命令返回值均为0
【期望结果】
命令返回值均为1(历史版本执行结果)
【其他相关附件信息】
24.03版本时执行结果:
输入图片说明
25.03版本时执行结果:
输入图片说明
【缺陷详情及分析指导参考链接】

评论 (5)

刘扬媚 创建了缺陷 1个月前

Hi liu_yangmei, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: Desktop, and any of the maintainers: @small_leek , @yanan-rock , @t_feng , @wangxp006 , @weidongkl , @Lostwayzxc , @dwl301 , @dou33 , @open-bot , @technology208 , any of the committers: @yanan-rock , @t_feng , @wangxp006

openeuler-ci-bot 负责人设置为t.feng 1个月前
openeuler-ci-bot 修改了描述 1个月前
openeuler-ci-bot 添加了
 
sig/Desktop
标签
1个月前

@Lostwayzxc , @small_leek , @yanan-rock , @t_feng , @wangxp006 , @dwl301 , @weidongkl , @dou33 , @open-bot , @technology208 , @zhang-yn
以下的要求不是强制性的, 未按模板评论时对issue无任何影响
issue处理注意事项:
1. 当前issue受影响的分支提交pr时, 须在pr描述中填写当前issue编号进行关联, 否则无法关闭当前issue;
2. 模板内容需要填写完整, 无论是受影响或者不受影响都需要填写完整内容,未引入的分支不需要填写, 否则无法关闭当前issue;
3. 以下为模板中需要填写完整的内容, 请复制到评论区回复, 注: 内容的标题名称(影响性分析说明, 缺陷严重等级, 受影响版本排查(受影响/不受影响), 修复是否涉及abi变化(是/否))不能省略,省略后defect-manager将无法正常解析填写内容.
评论区可能使用到的指令说明:

指令 指令说明 使用权限
/check-issue 触发defect-manager校验 不限
/reason xxx /reason +挂起或取消条件 不限

影响性分析说明:

缺陷严重等级:(Critical/High/Moderate/Low)

缺陷根因说明:

受影响版本排查(受影响/不受影响):

  1. openEuler-20.03-LTS-SP4:
  2. openEuler-22.03-LTS-SP3:
  3. openEuler-22.03-LTS-SP4:
  4. openEuler-24.03-LTS:
  5. openEuler-24.03-LTS-SP1:

abi变化(是/否):

  1. openEuler-20.03-LTS-SP4:
  2. openEuler-22.03-LTS-SP3:
  3. openEuler-22.03-LTS-SP4:
  4. openEuler-24.03-LTS:
  5. openEuler-24.03-LTS-SP1:

缺陷issue处理具体操作请参考:
https://gitee.com/Coopermassaki/cve-manager/blob/master/cve-vulner-manager/doc/md/defect-manager-manual.md
pr关联issue具体操作请参考:
https://gitee.com/help/articles/4142

openeuler-ci-bot 添加了
 
DEFECT/UNFIXED
标签
1个月前
openeuler-ci-bot 计划开始日期设置为2025-03-05 1个月前
openeuler-ci-bot 计划截止日期设置为2025-03-19 1个月前
刘扬媚 修改了标题 1个月前
刘扬媚 修改了描述 1个月前
刘扬媚 关联分支设置为openEuler-25.03 1个月前

/reason 非问题。在升级4.7.0 PR https://gitee.com/src-openeuler/libtiff/pulls/260 中,增加了构建依赖xz-devel、libzstd-devel、libwebp-devel,tiffcp得以支持lzma/zstd/webp压缩算法。原24.03版本在tiff函数中通过TIFFIsCODECConfigured(compression)检查到不支持lzma/zstd/webp压缩算法异常退出,因此tiff命令返回错误码1。25.03版本tiffcp已支持lzma/zstd/webp算法,因此正常返回0。

t.feng-t_feng t.feng 成员 1个月前

/close

openeuler-ci-bot 任务状态待办的 修改为已完成 1个月前

@openeuler-ci-bot 未对受影响版本排查/abi变化进行分析

openeuler-ci-bot 移除了
 
DEFECT/UNFIXED
标签
1个月前

登录 后才可以发表评论

状态
负责人
项目
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
预计工期 (小时)
开始日期   -   截止日期
-
置顶选项
优先级
里程碑
分支
参与者(4)
5329419 openeuler ci bot 1632792936 ultra_planet-ultra_planet t.feng-t_feng 刘扬媚-liu_yangmei
1
https://gitee.com/src-openeuler/libtiff.git
git@gitee.com:src-openeuler/libtiff.git
src-openeuler
libtiff
libtiff

搜索帮助