summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-17 21:41:53 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-17 21:41:53 +0200
commitdaf9955f68a2fcf36ae45dbb0882c1f5b6678fb8 (patch)
treecf5bbb05a9943107dd826f8b160c929772d10f34
parentMerge "minadbd: switch adb_thread_create to std::thread." am: d3d91e5595 am: 0836159ce1 am: 572b7ba1bc (diff)
parentFix the double free in verify_package_compatibility(). (diff)
downloadandroid_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.tar
android_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.tar.gz
android_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.tar.bz2
android_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.tar.lz
android_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.tar.xz
android_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.tar.zst
android_bootable_recovery-daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8.zip
-rw-r--r--install.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index b4b869b98..6dcd3565e 100644
--- a/install.cpp
+++ b/install.cpp
@@ -544,7 +544,6 @@ bool verify_package_compatibility(ZipArchiveHandle package_zip) {
}
compatibility_info.emplace_back(std::move(content));
}
- EndIteration(cookie);
CloseArchive(zip_handle);
// TODO(b/36814503): Enable the actual verification when VintfObject::CheckCompatibility() lands.