aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPDec/src
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-09-05 16:53:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-05 16:53:26 +0000
commitd929f68a05f5cbdd812dca287c8115a39439acf1 (patch)
treefa62c4f58bc140ba5c0a27e2c913d3ea0a5bfe98 /libMpegTPDec/src
parentc2eb64586d6dfc0f067ea66631b38d1922a106ed (diff)
parenta209adb315f970aa97044a82551a6f5617d61ded (diff)
downloadfdk-aac-d929f68a05f5cbdd812dca287c8115a39439acf1.tar.gz
fdk-aac-d929f68a05f5cbdd812dca287c8115a39439acf1.tar.bz2
fdk-aac-d929f68a05f5cbdd812dca287c8115a39439acf1.zip
Merge "DO NOT MERGE - Merge Android 10 into master"
Diffstat (limited to 'libMpegTPDec/src')
-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;
}