summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak to work outside of Apachegs_sprintf-apache_sprintfChris Liddell2015-06-291-46/+168
* Rename Apache sprintf source.Chris Liddell2015-06-292-1435/+1362
* Add Apache's sprintf implementation "as is"Chris Liddell2015-06-291-0/+1390
* PDF Interpreter - Don't attempt to draw annotations scaled to 0 sizeKen Sharp2015-06-291-121/+152
* Commit f5444527 inadvertently introduced seg faults, fixed here.Ken Sharp2015-06-291-11/+10
* Coverity ID #94512 copy paste error, x should have been yKen Sharp2015-06-291-1/+1
* Coverity ID #94859 rearrange code to avoid potential NULL pointer dereferenceKen Sharp2015-06-291-2/+3
* Coverity ID #94702 a missing ',' caused two standard CMap names to be concate...Ken Sharp2015-06-291-1/+1
* Coverity ID #94692 the variable 'code1' is pointlessly used to save aKen Sharp2015-06-291-11/+3
* Coverity ID #94854, 94855, 94871, 94928 avoid potential array overrunKen Sharp2015-06-291-5/+5
* Coverity ID #94534 another two ignored returns from gp_fseek_64Ken Sharp2015-06-291-2/+8
* Coverity ID #94521 fix two more cases of ignored return values from gp_fseek_64Ken Sharp2015-06-291-3/+5
* Coverity ID #94509 check and action return value from gp_fessk_64Ken Sharp2015-06-291-3/+5
* Initialise variable to silence compiler warningKen Sharp2015-06-291-1/+1
* Bug 696034: Add the correct updated font filesChris Liddell2015-06-2326-24/+24
* Quash some compiler warnings.Chris Liddell2015-06-231-3/+1
* Coverity #94836: remove dead code.Chris Liddell2015-06-231-5/+0
* Coverity ID #94816: initialise pointer to NULL.Chris Liddell2015-06-231-0/+1
* Coverity ID# 94753: clean up error handling.Chris Liddell2015-06-231-5/+6
* Coverity: ID #94572: NULL pointer dereferenceChris Liddell2015-06-231-1/+4
* Coverity ID #94675, #94731, #94772, #94800Chris Liddell2015-06-231-14/+7
* The default case lacked a break. I suspect this is a hold over from anKen Sharp2015-06-231-0/+1
* Coverity ID #94701 two comparisons against ccs_sRGB. We really wanted toKen Sharp2015-06-231-1/+1
* change missed in previous commitKen Sharp2015-06-221-1/+3
* coverity ID #94518 more checks on return code form gp_fseek_64Ken Sharp2015-06-221-1/+3
* Coverity ID #94510 add some checks to the return from gp_fseek_64Ken Sharp2015-06-221-2/+4
* Coverity ID #94648, ensure a pointer cannot be dereferenced if NULL. InKen Sharp2015-06-221-1/+1
* Coverity ID #94530 check and action a return code.Ken Sharp2015-06-221-1/+2
* Coverity ID #94974, the variable can never be uninitialised, but that'sKen Sharp2015-06-211-0/+2
* Coverity ID #94931 increase buffer to 256 so that array bounds check is correct.Ken Sharp2015-06-211-1/+1
* Coverity ID #94678 guard a potential null pointer dereference with a check.Ken Sharp2015-06-211-3/+5
* dummyKen Sharp2015-06-211-1/+0
* Coverity ID #95002 another couple of pointless NULL pointer checksKen Sharp2015-06-211-12/+8
* Coverity ID #94908 pointless check of NULL Pointer, removed.Ken Sharp2015-06-211-12/+9
* Coverity ID #94680, the previous code checked the incorrect returned value,Ken Sharp2015-06-211-3/+6
* Coverity ID #94561 its technically possible to get into new_pdf_reset_colorKen Sharp2015-06-191-1/+1
* Coverity ID #94544, should have been assigning to y, not xKen Sharp2015-06-191-1/+1
* Coverity: don't ignore error return.Chris Liddell2015-06-191-1/+6
* Coverity: move assignment to before the returnChris Liddell2015-06-191-2/+4
* Coverity: add initializer and check some return codes.Chris Liddell2015-06-191-5/+5
* Coverity: change parameter from explicit array to ptr.Chris Liddell2015-06-191-1/+1
* Add a pointer cast to silence a Cppcheck warning (can't be a new warningKen Sharp2015-06-191-1/+1
* Coverity ID #94519, #94538 check the return value from gp_fseek_64.Ken Sharp2015-06-191-4/+19
* Bug 696037: resolve issue with named pipes on WindowsChris Liddell2015-06-191-10/+17
* Split previous initialisation so that we don't end up assigning an integerKen Sharp2015-06-191-2/+4
* Check before dereferencing a pointer, silences Coverity warning.Ken Sharp2015-06-191-1/+6
* Initialise 'Stack' memory to silence a Coverity warning. bounds check anKen Sharp2015-06-191-0/+3
* Silence a Coverity warning by initialising some variablesKen Sharp2015-06-191-1/+2
* Check a return value to silence a Coverity warningKen Sharp2015-06-191-1/+1
* Spotted by Coverity, fix parentheses for checking file is writeableKen Sharp2015-06-191-1/+1