一、缺陷信息
【缺陷所属的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版本时执行结果:
【缺陷详情及分析指导参考链接】
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
@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)
缺陷根因说明:
受影响版本排查(受影响/不受影响):
abi变化(是/否):
缺陷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
/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。
/close
@openeuler-ci-bot 未对受影响版本排查/abi变化进行分析
登录 后才可以发表评论