Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-07 | plistutil: Print error message when opening input/output file fails and plug ↵ | 1 | -1/+7 | ||
memory leaks on error | |||||
2017-01-18 | plistutil: Use plist_is_binary() to check for binary plist data | 1 | -1/+1 | ||
2017-01-18 | plistutil: Prevent OOB heap buffer read by checking input size | 1 | -0/+6 | ||
As pointed out in #87 plistutil would do a memcmp with a heap buffer without checking the size. If the size is less than 8 it would read beyond the bounds of this heap buffer. This commit prevents that. | |||||
2015-01-29 | plistutil: Plug some memory leaks | 1 | -2/+6 | ||
2015-01-29 | plistutil: Use static buffer for stat() | 1 | -6/+4 | ||
2015-01-23 | plistutil: Improve error message for a human if input file reading failed | 1 | -1/+1 | ||
2015-01-23 | plistutil: Cleanup code style a bit and remove obsolete extra header | 1 | -72/+78 | ||
2015-01-23 | Update and correct some copyright header comments | 1 | -1/+2 | ||
2013-12-13 | change build system to autotools | 1 | -0/+164 | ||