aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.rs
AgeCommit message (Expand)Author
2018-09-22Document and rename methods on Value type.Edward Barnard
2018-05-17Reorganise crate.Edward Barnard
2018-05-01Improve doc output by not renaming std::io::Error to IoError and not creating...Edward Barnard
2018-03-16Run rustfmt.Edward Barnard
2017-05-05Limit binary plist stack depth to prevent stack overflows.Edward Barnard
2017-05-05Check for NaN binary date values.Edward Barnard
2017-05-05Check binary plist offset size is valid.Edward Barnard
2017-05-05Use the number of bytes read from the file for binary plist excessive allocat...v0.2.2Edward Barnard
2017-04-19Fix reading small binary plists with data stored in the 6 byte trailer paddin...v0.1.3Edward Barnard
2017-03-06Limit the number of objects that can be created by the binary parser. Binary ...Edward Barnard
2017-03-03Don’t panic on invalid object references.v0.1.2Edward Barnard
2017-03-03Limit individual allocation sizes to the size of the plist being read.Edward Barnard