platform_system_core/libziparchive
Elliott Hughes b17bf521d5 libziparchive: report errors on over-long names.
Switch FindEntry and the ZipString constructor to std::string_view. This
lets us accept an over-long name so that we can reject it as too long.

Also fastboot changes to track the API change.

Bug: http://b/129068177
Test: treehugger
Change-Id: I7df7acd1fe2c46380b789c25f8909e0553e2d55e
2019-05-04 08:41:12 -07:00
..
include/ziparchive libziparchive: report errors on over-long names. 2019-05-04 08:41:12 -07:00
testdata Check filename memory bound when parsing ziparchive 2017-06-30 17:19:28 +09:00
.clang-format add a performance benchmark for libziparchive 2017-05-30 10:50:14 -07:00
Android.bp Ziparchive: Enable -Wconversion 2019-04-05 13:50:48 -07:00
entry_name_utils-inl.h Ziparchive: Enable -Wconversion 2019-04-05 13:50:48 -07:00
entry_name_utils_test.cc Ran clang-format on libziparchive sources and headers 2017-07-02 11:46:53 +09:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00
unzip.cpp Merge "Ziparchive: Enable -Wconversion" 2019-04-19 03:33:19 +00:00
zip_archive.cc libziparchive: report errors on over-long names. 2019-05-04 08:41:12 -07:00
zip_archive_benchmark.cpp libziparchive: report errors on over-long names. 2019-05-04 08:41:12 -07:00
zip_archive_common.h Ran clang-format on libziparchive sources and headers 2017-07-02 11:46:53 +09:00
zip_archive_private.h Add a simple MappedFile to libbase and switch fastboot and libziparchive over. 2018-10-23 13:20:49 -07:00
zip_archive_stream_entry.cc Ziparchive: Enable -Wconversion 2019-04-05 13:50:48 -07:00
zip_archive_test.cc libziparchive: report errors on over-long names. 2019-05-04 08:41:12 -07:00
zip_writer.cc Ziparchive: Enable -Wconversion 2019-04-05 13:50:48 -07:00
zip_writer_test.cc libziparchive: report errors on over-long names. 2019-05-04 08:41:12 -07:00