Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c1779 Dwarf_Unsigned max_inflated_len = srclen*ALLOWED_ZLIB_INFLATION; in do_decompress_zlib() local
1790 if (max_inflated_len < srclen) { in do_decompress_zlib()
1794 if (uncompressed_len > max_inflated_len) { in do_decompress_zlib()