Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Libpng
提交
e8558d21
T
Third Party Libpng
项目概览
OpenHarmony
/
Third Party Libpng
大约 1 年 前同步成功
通知
4
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Libpng
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e8558d21
编写于
1月 17, 2016
作者:
G
Glenn Randers-Pehrson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[libpng16] Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternate
"tmpfile()" implementation in contrib/libtests/pngstest.c
上级
5031c77d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
10 addition
and
6 deletion
+10
-6
ANNOUNCE
ANNOUNCE
+4
-2
CHANGES
CHANGES
+3
-1
contrib/libtests/pngstest.c
contrib/libtests/pngstest.c
+3
-3
未找到文件。
ANNOUNCE
浏览文件 @
e8558d21
Libpng 1.6.22beta01 - January 1
6
, 2016
Libpng 1.6.22beta01 - January 1
7
, 2016
This is not intended to be a public release. It will be replaced
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
within a few weeks by a public version or by another test version.
...
@@ -25,7 +25,9 @@ Other information:
...
@@ -25,7 +25,9 @@ Other information:
Changes since the last public release (1.6.21):
Changes since the last public release (1.6.21):
Version 1.6.22beta01 [January 16, 2016]
Version 1.6.22beta01 [January 17, 2016]
Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternate
"tmpfile()" implementation in contrib/libtests/pngstest.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
(subscription required; visit
...
...
CHANGES
浏览文件 @
e8558d21
...
@@ -5484,7 +5484,9 @@ Version 1.6.21rc02 [January 7, 2016]
...
@@ -5484,7 +5484,9 @@ Version 1.6.21rc02 [January 7, 2016]
Version 1.6.21 [January 15, 2016]
Version 1.6.21 [January 15, 2016]
Worked around a false-positive Coverity issue in pngvalid.c.
Worked around a false-positive Coverity issue in pngvalid.c.
Version 1.6.22beta01 [January 16, 2016]
Version 1.6.22beta01 [January 17, 2016]
Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternate
"tmpfile()" implementation in contrib/libtests/pngstest.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
(subscription required; visit
...
...
contrib/libtests/pngstest.c
浏览文件 @
e8558d21
/*-
/*-
* pngstest.c
* pngstest.c
*
*
* Copyright (c) 2013-201
5
John Cunningham Bowler
* Copyright (c) 2013-201
6
John Cunningham Bowler
*
*
* Last changed in libpng 1.6.
19 [November 12, 2015
]
* Last changed in libpng 1.6.
22 [(PENDING RELEASE)
]
*
*
* This code is released under the libpng license.
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* For conditions of distribution and use, see the disclaimer
...
@@ -3096,7 +3096,7 @@ write_one_file(Image *output, Image *image, int convert_to_8bit)
...
@@ -3096,7 +3096,7 @@ write_one_file(Image *output, Image *image, int convert_to_8bit)
if
(
image
->
opts
&
USE_STDIO
)
if
(
image
->
opts
&
USE_STDIO
)
{
{
#ifndef
PNG_USE_MKSTEMP
#ifndef
__COVERITY__
FILE
*
f
=
tmpfile
();
FILE
*
f
=
tmpfile
();
#else
#else
/* Experimental. Coverity says tmpfile() is insecure because it
/* Experimental. Coverity says tmpfile() is insecure because it
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录