Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c823 #define CDF_PROP_LIMIT (UINT32_MAX / (4 * sizeof(*inp))) in cdf_read_property_info() macro
824 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
829 if (*maxcount > CDF_PROP_LIMIT) in cdf_read_property_info()
941 if (*maxcount > CDF_PROP_LIMIT in cdf_read_property_info()
942 || nelements > CDF_PROP_LIMIT) in cdf_read_property_info()

Completed in 13 milliseconds