Home
last modified time | relevance | path

Searched refs:cd_end (Results 1 – 1 of 1) sorted by relevance

/system/libziparchive/
Dzip_archive.cc501 const uint8_t* const cd_end = cd_ptr + cd_length; in ParseZipArchive() local
504 if (ptr > cd_end - sizeof(CentralDirectoryRecord)) { in ParseZipArchive()
524 if (file_name_length >= cd_length || file_name > cd_end - file_name_length) { in ParseZipArchive()
532 if (extra_length >= cd_length || extra_field > cd_end - extra_length) { in ParseZipArchive()