2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-07 14:18:24 +00:00
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
..
2011-08-10 16:42:17 -04:00
2008-04-29 12:55:25 +00:00
2013-07-07 19:43:16 -04:00
2013-07-07 19:43:16 -04:00