2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Coverity scan found an issue with destroying centroid tables. * The tables are only used for 1 bpp, but for 8 bpp, it will try to destroy non-existent tables. More... over 1 year ago
Coverity scan found problems destroying recogs without nulling the ptrs More... over 1 year ago
Merge pull request #649 from stweil/cov1503047 More... over 1 year ago
Merge pull request #648 from stweil/cov1464315 More... over 1 year ago
Merge pull request #647 from stweil/cov1527427 More... over 1 year ago
Fix typo callof -> calloc and fix six Coverity Scan issues More... over 1 year ago
Fix memory leak (Coverity Scan #1503047) More... over 1 year ago
Fix memory leak (Coverity Scan #1527427) More... over 1 year ago
Fix documentation and error messages in tiffio.c * In particular, no support for rgb and rgba with 4 bps More... over 1 year ago
Update sw.yml
egorpugin
as Egor Pugin
More... over 1 year ago
Enable use of fmemopen() and open_memstream() on compatible iOS and android More... over 1 year ago
Further corrections to text referencing use of fmemopen() and open_memstream() More... over 1 year ago
Issue #641. Fixed comments relating to fmemopen() and open_memstream(). * These have been standardized in Posix.1(2008), and are supported on linux, BSD and MacOS(>10.12). More... over 1 year ago
Fix oss-fuzz issue 48232: in finditalic_fuzzer: uninit in low-level libz * The main problem is that ptraConcatenatePdfToData() only works with pdf data that was formatted with leptonica. * Handle by rejecting pages with absurdly large asperity ratios. * Add tests on intermediate data. More... over 1 year ago
Fixed autotools Makefile to link libleptonica.a for fuzzers More... over 1 year ago
Update sw.yml
egorpugin
as Egor Pugin
More... over 1 year ago
Fix oss-fuzz issue 48232: in finditalic_fuzzer: uninit in low-level libz More... over 1 year ago
Merge pull request #639 from FrankXie05/vcpkg-instructions More... over 1 year ago
Add vcpkg installation instructions More... over 1 year ago
Fix oss-fuzz #49933, memory leak of numa from pixThresholdByisto() More... over 1 year ago
Merge pull request #636 from DavidKorczynski/oss-fuzz-refix More... over 1 year ago
Fix minor nit to actually fix OSS-Fuzz build More... over 1 year ago
Merge pull request #635 from DavidKorczynski/leptonica-ossfix More... over 1 year ago
Fix oss-fuzz build failure More... over 1 year ago
Fix issue #633: check copy of pix to be sure it succeeded More... almost 2 years ago
Merge pull request #631 from lukaso/fix-macos-10-12-and-lower-builds More... almost 2 years ago
Support MacOS 10.12 and earlier More... almost 2 years ago
Fix issue #627: out-of-bounds read in numaFindLocForThreshold * Now require error return if a threshold between 2 peaks isn't found * Put a comprehensive test of pixThresholdByHisto() in prog/histotest.c * Add example of pixThresholdByHisto() to prog/numa3_reg.c More... almost 2 years ago
Clean up output from pixItalicWords() * makes easier to check results of prog/italic_reg More... almost 2 years ago
Added endobj to '3 0 R'. * parsers don't need it, but some complain More... almost 2 years ago