platform_bootable_recovery/updater
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 Add add_slot_suffix function. 2020-05-19 15:20:14 -07:00
Android.bp Add libavb as a dependency 2020-02-28 11:41:31 -08:00
Android.mk Add libavb as a dependency 2020-02-28 11:41:31 -08:00
blockimg.cpp Switch to zip64 in recovery 2020-09-16 14:21:37 -04:00
build_info.cpp Simulator: add the argument to keep the updated images 2019-07-30 17:11:35 -07:00
commands.cpp Fix some wording to comply with respectful-code 2020-07-23 13:07:24 -07:00
dynamic_partitions.cpp Implement updater runtime for dynamic partitions 2019-06-24 12:46:28 -07:00
install.cpp Check for overflow before allocating memory fore decompression. 2020-09-18 17:41:51 -04:00
mounts.cpp Move mounts.cpp from libotautil into libupdater. 2019-10-01 12:13:04 -07:00
mounts.h Move mounts.cpp from libotautil into libupdater. 2019-10-01 12:13:04 -07:00
simulator_runtime.cpp Add add_slot_suffix function. 2020-05-19 15:20:14 -07:00
target_files.cpp Check for overflow before allocating memory fore decompression. 2020-09-18 17:41:51 -04:00
update_simulator_main.cpp Simulator: add the argument to keep the updated images 2019-07-30 17:11:35 -07:00
updater.cpp Check for overflow before allocating memory fore decompression. 2020-09-18 17:41:51 -04:00
updater_main.cpp Run BORINGSSL_self_test() in updater_main 2019-10-05 17:06:48 -07:00
updater_runtime.cpp Merge changes from topic "nonab_pkg" 2020-05-20 00:30:31 +00:00
updater_runtime_dynamic_partitions.cpp Add slot suffix to DAP ops 2020-05-19 15:20:14 -07:00