aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPDec
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-09-04 13:33:32 -0700
committerXin Li <delphij@google.com>2019-09-04 13:33:32 -0700
commita209adb315f970aa97044a82551a6f5617d61ded (patch)
treefa62c4f58bc140ba5c0a27e2c913d3ea0a5bfe98 /libMpegTPDec
parentc2eb64586d6dfc0f067ea66631b38d1922a106ed (diff)
parent62661035192a7f66b3722d8a1fd365391a35f292 (diff)
downloadfdk-aac-a209adb315f970aa97044a82551a6f5617d61ded.tar.gz
fdk-aac-a209adb315f970aa97044a82551a6f5617d61ded.tar.bz2
fdk-aac-a209adb315f970aa97044a82551a6f5617d61ded.zip
DO NOT MERGE - Merge Android 10 into master
Bug: 139893257 Change-Id: I7e02014b30f1ae5d19dbb7126ebb2a69c411fe5c
Diffstat (limited to 'libMpegTPDec')
-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;
}