Home
last modified time | relevance | path

Searched refs:cdf_check_stream_offset (Results 1 – 3 of 3) sorted by path

/PHP-5.6/
H A DNEWS2128 . Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
2667 . Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch949 if (cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1)
954 + if (cdf_check_stream_offset(sst, h, p, tail * sizeof(uint32_t),
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c275 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset() function
780 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1) in cdf_read_property_info()
815 if (cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1) in cdf_read_property_info()
819 if (cdf_check_stream_offset(sst, h, p, tail * sizeof(uint32_t), in cdf_read_property_info()
968 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 || in cdf_unpack_summary_info()
969 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1) in cdf_unpack_summary_info()

Completed in 61 milliseconds