8000 Tags · toaruos/mupdf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: toaruos/mupdf

Tags

1.19.0-rc1

Toggle 1.19.0-rc1's commit message
java: Expose API for layouting text widgets.

1.19.0-rc1-so-3.12.7

Toggle 1.19.0-rc1-so-3.12.7's commit message
java: Expose API for layouting text widgets.

1.18.1-so-3.12.6

Toggle 1.18.1-so-3.12.6's commit message
Forget both local and normal xref when repairing PDFs.

Also introduce a convenience function that does this.

This fixes OSS-fuzz issue 32037.

1.18.1-so-3.12.4

Toggle 1.18.1-so-3.12.4's commit message
Fix Leptonica to use MuPDF memory allocators.

A typo in the Leptonica build options was causing Leptonica to use
native malloc/free on non-windows platforms.

Tesseract allocates via new/delete/new[]/delete[]. While these
can be trapped (see tessocr.cpp in the Ghostscript source for
an example of how), this does not help us here.

Tesseract calls new/delete etc as part of the static init it does
on startup. This means that any redirection of new/delete to
other allocators would have to happen before MuPDF starts up. This
does not fit with MuPDF's method of having the allocators defined
in the context.

We therefore live with Tesseract using the standard allocators
(new/delete). If this really is a problem for any particular
integrator, then we work with them to hardwire in allocator changes.

1.18.1-so-3.12.2b1-android

Toggle 1.18.1-so-3.12.2b1-android's commit message
pdf/js/jni: Add API for setting an annotation's appearance.

1.18.1-so-3.12.2b1-ios

Toggle 1.18.1-so-3.12.2b1-ios's commit message
Fixed return value in 3 implementations of fz_lookup_metadata().

For some reason these were missed in 8f0dfec "Changed fz_lookup_metadata()
to return required buffer size, not string length.".

htdoc_lookup_metadata()
xhtdoc_lookup_metadata()
xps_lookup_metadata()

1.18.1-so-3.11.14

Toggle 1.18.1-so-3.11.14's commit message
Bug 703773: Fix buffer overwrite in util_printf_d when 'w' is too long.

1.18.1-so-3.12.1-android

Toggle 1.18.1-so-3.12.1-android's commit message
cbz: Add support for image orientation.

1.18.1-so-3.11.12

Toggle 1.18.1-so-3.11.12's commit message
cbz: Add support for image orientation.

1.18.1-so-3.12.1-ios

Toggle 1.18.1-so-3.12.1-ios's commit message
Bug 703076: Fix buffer overrun in tiff decoder.

Harden tiff_expand_colormap against badly formed TIFFs.
Correctly allocate space, and avoid overreading. Skip any excess
input data.
0