platform_bootable_recovery/applypatch
Kelvin Zhang d1ba38f7c9 Check for overflow before allocating memory fore decompression.
On 32bit devices, an ZipEntry64 may have size > 2^32, we should check
for such cases before attempting to allocate memory.

Test: mm -j
Change-Id: I0f916ef4b2a692f167719a74bd6ff2e887c6c2ce
2020-09-18 17:41:51 -04:00
..
include/applypatch Switch to zip64 in recovery 2020-09-16 14:21:37 -04:00
Android.bp Moving recovery resources from /system to /vendor 2019-10-04 00:04:56 +00:00
applypatch.cpp Moving recovery resources from /system to /vendor 2019-10-04 00:04:56 +00:00
applypatch_main.cpp applypatch: Refactor applypatch(). 2018-08-31 09:21:15 -07:00
applypatch_modes.cpp applypatch: Add backup_source parameter to PatchPartition. 2019-09-23 11:26:48 -07:00
applypatch_modes.h applypatch: Change applypatch command-line arguments. 2018-07-20 11:26:17 -07:00
bspatch.cpp applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch. 2018-04-20 09:27:50 -07:00
freecache.cpp applypatch: Fix comparison of integers of different signs. 2018-12-17 10:07:27 -08:00
imgdiff.cpp Check for overflow before allocating memory fore decompression. 2020-09-18 17:41:51 -04:00
imgdiff_main.cpp Add tests for imgdiff. 2016-12-19 16:53:03 -08:00
imgpatch.cpp applypatch: Fix comparison of integers of different signs. 2018-12-17 10:07:27 -08:00
NOTICE Add NOTICE file 2012-04-06 13:51:00 -07:00
vendor_flash_recovery.rc Moving recovery resources from /system to /vendor 2019-10-04 00:04:56 +00:00