diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-09 18:01:02 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-10 12:59:07 -0400 |
commit | ef019092b98e1337acac51525e8e4e092267f69c (patch) | |
tree | 2abf43d5eac908af3d9ebdda8711eb0fb110aa8b /gnu/local.mk | |
parent | 2a9a2207637a1e954c2f4677290ce6a39558ac88 (diff) | |
download | patches-ef019092b98e1337acac51525e8e4e092267f69c.tar patches-ef019092b98e1337acac51525e8e4e092267f69c.tar.gz |
gnu: poppler: Fix null pointer dereferences.
* gnu/packages/patches/poppler-fix-crash-with-broken-documents.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler/fixed)[source]: Add the patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 32b62196e7..d792ff701a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -915,6 +915,7 @@ dist_patch_DATA = \ %D%/packages/patches/polkit-drop-test.patch \ %D%/packages/patches/policycoreutils-make-sepolicy-use-python3.patch \ %D%/packages/patches/poppler-CVE-2017-9776.patch \ + %D%/packages/patches/poppler-fix-crash-with-broken-documents.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ %D%/packages/patches/portmidi-modular-build.patch \ %D%/packages/patches/procmail-ambiguous-getline-debian.patch \ |