android_system_core/libzipfile
Narayan Kamath a1ec23634a libzipfile: add additional validity checks.
- Make sure the start and end of the data for a given entry are
  within the allocated buffer.
- Make sure all central directory entries start and end within the
  central directory buffer.
- Reject zip file entries that have no filenames.

bug: 30916186
test: test_zipfile with known bad zip files.
Change-Id: Ibf3f6469e60c85ec1608f5ce613d40867d2d09b7
2016-09-13 16:08:38 +01:00
..
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
centraldir.c libzipfile: add additional validity checks. 2016-09-13 16:08:38 +01:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
private.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
test_zipfile.c libzipfile: add additional validity checks. 2016-09-13 16:08:38 +01:00
zipfile.c fix decompression bug in fastboot 2009-06-16 17:36:04 -07:00