commit | 558132c8ffc4328ab36b7d010be04687a5d86402 | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Mon Jan 07 12:06:44 2013 -0600 |
committer | Gerrit Code Review <gerrit@5.9.244.119> | Mon Jan 07 12:06:44 2013 -0600 |
tree | 79595a43a7f4219ffceca358e89f80fabf02afb3 | |
parent | 95006da5106fdd21d35d6eb6ff24f25372f21186 [diff] | |
parent | 82599a87ee93544d33b4c1927df45b9c20d7db41 [diff] |
Merge "Improve handling of undecrypted encrypted /data" into jb-wip
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index b121c8a..3a2658e 100644 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp
@@ -186,7 +186,7 @@ DIR* d; struct dirent* de; struct stat st; - char path2[1024], filename[1024]; + char path2[4096], filename[4096]; unsigned long long dusize = 0; // Make a copy of path in case the data in the pointer gets overwritten later