代码拉取完成,页面将自动刷新
From 73915cab4bb5af47c07c9aa5b1436c8f339b6af3 Mon Sep 17 00:00:00 2001
From: maminjie <maminjie1@huawei.com>
Date: Thu, 3 Dec 2020 01:30:52 +0000
Subject: [PATCH] fix MemorySanitizer: use-of-uninitialized-value
---
src/opusfile.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/opusfile.c b/src/opusfile.c
index 8b000a2..889cb31 100644
--- a/src/opusfile.c
+++ b/src/opusfile.c
@@ -479,6 +479,7 @@ static int op_fetch_headers_impl(OggOpusFile *_of,OpusHead *_head,
int *_cserialnos,ogg_page *_og){
ogg_packet op;
int ret;
+ memset(&op,0,sizeof(ogg_packet));
if(_serialnos!=NULL)*_nserialnos=0;
/*Extract the serialnos of all BOS pages plus the first set of Opus headers
we see in the link.*/
--
2.23.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。