summarylogtreecommitdiffstats
path: root/jasper-1.900.1-fix-filename-buffer-overflow.patch
diff options
context:
space:
mode:
authorTaijian2018-01-11 11:51:13 +0100
committerTaijian2018-01-11 11:51:13 +0100
commit1b9cdeaf6c6a61a4c7b29965d9b507747598c63d (patch)
treed31644f884d16584ecde4a1a1e994f14e3883315 /jasper-1.900.1-fix-filename-buffer-overflow.patch
parent095f67505dcf704a5766b392d984e6c81848df8b (diff)
downloadaur-1b9cdeaf6c6a61a4c7b29965d9b507747598c63d.tar.gz
update to 2.0.14 to match extra/jasper
Diffstat (limited to 'jasper-1.900.1-fix-filename-buffer-overflow.patch')
-rw-r--r--jasper-1.900.1-fix-filename-buffer-overflow.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/jasper-1.900.1-fix-filename-buffer-overflow.patch b/jasper-1.900.1-fix-filename-buffer-overflow.patch
index eba6cbe49a8b..e95ed9cf23ba 100644
--- a/jasper-1.900.1-fix-filename-buffer-overflow.patch
+++ b/jasper-1.900.1-fix-filename-buffer-overflow.patch
@@ -10,7 +10,7 @@ Bug-Debian: http://bugs.debian.org/645118
#include <stdio.h>
+#include <limits.h>
- #if defined(HAVE_FCNTL_H)
+ #if defined(JAS_HAVE_FCNTL_H)
#include <fcntl.h>
#endif
@@ -99,6 +100,12 @@ extern "C" {