diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-22 22:16:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-22 22:16:32 +0100 |
commit | 99b106022c8db67ee9bde847e1677e2dd0a39923 (patch) | |
tree | 4d48c7468cd34c72d1c111dd6e48cb517b087460 /gnu/local.mk | |
parent | 61abb11481432b0349c193d85796036fb98244af (diff) | |
download | patches-99b106022c8db67ee9bde847e1677e2dd0a39923.tar patches-99b106022c8db67ee9bde847e1677e2dd0a39923.tar.gz |
gnu: xsane: Fix snprintf buffer length.
* gnu/packages/scanner.scm (xsane)[source]: Add patch.
* gnu/packages/patches/xsane-fix-snprintf-buffer-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
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 ebb392494b..e6c6f57c3f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1466,6 +1466,7 @@ dist_patch_DATA = \ %D%/packages/patches/xinetd-CVE-2013-4342.patch \ %D%/packages/patches/xsane-fix-memory-leak.patch \ %D%/packages/patches/xsane-fix-pdf-floats.patch \ + %D%/packages/patches/xsane-fix-snprintf-buffer-length.patch \ %D%/packages/patches/xsane-support-ipv6.patch \ %D%/packages/patches/xsane-tighten-default-umask.patch |