- 20 Dec, 2017 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 18 Dec, 2017 2 commits
-
-
Leonardo Taccari authored
Every fz_drop_device() need a corresponding fz_close_device(). This fixes the: warning: dropping unclosed device warning: ... repeated <n> times .. warnings.
-
Pavel Vinogradov authored
-
- 03 Jul, 2017 2 commits
-
-
Sebastian Ramacher authored
-
Adrien Schildknecht authored
In case of failure in 'pdf_page_init', the mupdf_page is being cleared and freed but the zathura_page still holds a pointer to it, resulting in a double free when 'pdf_page_clear' is later called. The execution flow resulting in a double free is the following: zathura_page_new() pdf_page_init() zathura_page_set_data() failure of fz_load_page(),fz_bound_page() or fz_new_stext_sheet() pdf_page_clear() zathura_page_free() pdf_page_clear() // double free Make sure 'zathura_page_set_data' is called only if no errors occurred so that page->data never points to freed memory.
-
- 28 Mar, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 19 Mar, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 17 Mar, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 23 Feb, 2017 1 commit
-
-
Sebastian Ramacher authored
-
- 21 Feb, 2017 1 commit
-
-
Florian Larysch authored
Some PDFs (such as [1]) cause mupdf to return outline elements with a NULL uri element, which causes a NULL pointer dereference to happen in fz_is_external_link. Catch this case, but still create a dummy entry in the outline. [1] http://www.st.com/resource/en/reference_manual/dm00093941.pdf Signed-off-by:
Florian Larysch <fl@n621.de>
-
- 11 Jan, 2017 4 commits
-
-
Moritz Lipp authored
Version 0.3.1
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 24 Nov, 2016 2 commits
-
-
Moritz Lipp authored
Added flags for freetype, harfbuzz and zlib [patch-config.mk.diff](/uploads/b2d68883bf75091aa3f048e7f31cac08/patch-config.mk.diff) See merge request !1
-
Moritz Lipp authored
-
- 04 Nov, 2016 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 27 Jul, 2016 1 commit
-
-
Hector authored
-
- 17 May, 2016 1 commit
-
-
Leonardo Taccari authored
Passing a `{ 0 }' as 4th argument to pdf_save_document() is no longer needed. Just pass NULL and get rid of opts. At least in recent mupdf (version 1.9a) `*in_opts' (the 4th argument of pdf_save_document()) is checked if NULL and in that case the default options are used. Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 28 Apr, 2016 1 commit
-
-
- 14 Feb, 2016 3 commits
-
-
Moritz Lipp authored
Version 0.3.0
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 30 Jan, 2016 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 21 Jan, 2016 1 commit
-
-
Moritz Lipp authored
-
- 10 Jan, 2016 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 22 Dec, 2015 3 commits
-
-
Moritz Lipp authored
Version 0.2.9
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 20 Dec, 2015 1 commit
-
-
Moritz Lipp authored
-
- 06 Dec, 2015 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 27 May, 2015 3 commits
-
-
Moritz Lipp authored
Version 0.2.8
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 20 Apr, 2015 1 commit
-
-
Moritz Lipp authored
-
- 19 Apr, 2015 3 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Moritz Lipp authored
Thanks to Leonardo Taccari
-
- 07 Feb, 2015 1 commit
-
-
Moritz Lipp authored
-