2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-02 02:10:52 +00:00
qpdf/qpdf
Jay Berkenbilt 0bfe902489 Security: avoid pre-allocating vectors based on file data
In places where std::vector<T>(size_t) was used, either validate that
the size parameter is sane or refactor code to avoid the need to
pre-allocate the vector.
2013-10-09 20:57:14 -04:00
..
qtest Security: avoid pre-allocating vectors based on file data 2013-10-09 20:57:14 -04:00
build.mk Fix and test support for files >= 4 GB 2012-06-24 15:56:50 -04:00
fix-qdf fix perl header 2011-08-10 16:42:17 -04:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
pdf_from_scratch.cc Implement QPDFObjectHandle::parse 2012-07-21 09:06:10 -04:00
qpdf-ctest.c Fix long long format string for WIN32 2013-03-05 13:35:46 -05:00
qpdf.cc Add --show-npages option to qpdf 2013-07-07 19:43:16 -04:00
qpdf.testcov Add --show-npages option to qpdf 2013-07-07 19:43:16 -04:00
test_driver.cc Use QPDFObjectHandle::getObjGen() where appropriate 2013-06-14 14:58:09 -04:00
test_large_file.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00