↧
docs: fix simple typo, worthwile -> worthwhile
docs: fix simple typo, worthwile -> worthwhile There is a small typo in pngquant.c. Should read `worthwhile` rather than `worthwile`.
View ArticleMerge pull request #371 from AdamKorcz/fuzz1
Merge pull request #371 from AdamKorcz/fuzz1 Added fuzzer and oss-fuzz build script
View ArticleMerge pull request #372 from AdamKorcz/fuzz1
Merge pull request #372 from AdamKorcz/fuzz1 Minor modification to fuzzer path
View Articlefix: avoid unchecked nullptr deref on invalid lcms transform
fix: avoid unchecked nullptr deref on invalid lcms transform On invalid data the requested transform from lcms may return nun successfully. Hence we need to check the return value and early the...
View ArticleMerge pull request #379 from anthraxx/fix/lcms-nullptr-transform
Merge pull request #379 from anthraxx/fix/lcms-nullptr-transform fix: avoid unchecked nullptr deref on invalid lcms transform
View Article