aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPDec/src/tpdec_lib.cpp
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-07-01 20:59:18 +0000
committerXin Li <delphij@google.com>2019-07-01 20:59:18 +0000
commit4d56b880e2d129757bd0855859da83cad0399965 (patch)
treefa62c4f58bc140ba5c0a27e2c913d3ea0a5bfe98 /libMpegTPDec/src/tpdec_lib.cpp
parentc10b5daa8da7e059eeaebbe7ac22c9635a6af26d (diff)
parent058d1295f4d9e3418eafb1fd7c92602000ff5c53 (diff)
downloadfdk-aac-4d56b880e2d129757bd0855859da83cad0399965.tar.gz
fdk-aac-4d56b880e2d129757bd0855859da83cad0399965.tar.bz2
fdk-aac-4d56b880e2d129757bd0855859da83cad0399965.zip
DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master
Bug: 134405016 Change-Id: I30ab93ed5c2fa3c47306058d1a0f749b8101b01e
Diffstat (limited to 'libMpegTPDec/src/tpdec_lib.cpp')
-rw-r--r--libMpegTPDec/src/tpdec_lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libMpegTPDec/src/tpdec_lib.cpp b/libMpegTPDec/src/tpdec_lib.cpp
index 1976cb9..506aed3 100644
--- a/libMpegTPDec/src/tpdec_lib.cpp
+++ b/libMpegTPDec/src/tpdec_lib.cpp
@@ -274,7 +274,7 @@ TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp,
UCHAR configChanged = 0;
UCHAR configMode = AC_CM_DET_CFG_CHANGE;
- UCHAR tmpConf[1024];
+ UCHAR tmpConf[1024] = {0};
if (length > 1024) {
return TRANSPORTDEC_UNSUPPORTED_FORMAT;
}