summaryrefslogtreecommitdiffstats
path: root/vm/analysis/DexPrepare.cpp
diff options
context:
space:
mode:
authorBrint E. Kriebel <bekit@cyngn.com>2014-09-30 23:02:06 -0700
committerBrint E. Kriebel <bekit@cyngn.com>2014-09-30 23:02:06 -0700
commit36070aeadace25455f7ce9dc0de57107fc831a24 (patch)
tree3b57b92695f137f5c662ebc090082a3323973eb0 /vm/analysis/DexPrepare.cpp
parentde89ea1804ef39456b4440aec3c48146e562f10f (diff)
parent3aba1fe46a39b86b439d9f491149cde5e07b9e81 (diff)
downloadandroid_dalvik-stable/cm-11.0-XNF8Y.tar.gz
android_dalvik-stable/cm-11.0-XNF8Y.tar.bz2
android_dalvik-stable/cm-11.0-XNF8Y.zip
Diffstat (limited to 'vm/analysis/DexPrepare.cpp')
-rw-r--r--vm/analysis/DexPrepare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/analysis/DexPrepare.cpp b/vm/analysis/DexPrepare.cpp
index 753b6fee0..0130389f5 100644
--- a/vm/analysis/DexPrepare.cpp
+++ b/vm/analysis/DexPrepare.cpp
@@ -1153,7 +1153,7 @@ static const u1* getSignature(const ClassPathEntry* cpe)
* If this changes, update DEX_OPT_MAGIC_VERS.
*/
static const size_t kMinDepSize = 4 * 4;
-static const size_t kMaxDepSize = 4 * 4 + 3200; // sanity check
+static const size_t kMaxDepSize = 4 * 4 + 3344; // sanity check
/*
* Read the "opt" header, verify it, then read the dependencies section