[freeimage] 03/03: Refresh patch.

Anton Gladky gladk at moszumanska.debian.org
Mon Jan 18 07:35:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch debian/jessie
in repository freeimage.

commit ee86b21c2b472c1d2304983d85f9d051ac36b2bc
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Nov 4 06:29:12 2015 +0100

    Refresh patch.
---
 .../fix_Integer_overflow_in_ljpeg_start.patch      | 36 +++++++++++-----------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/patches/fix_Integer_overflow_in_ljpeg_start.patch b/debian/patches/fix_Integer_overflow_in_ljpeg_start.patch
index 3b84e80..0137127 100644
--- a/debian/patches/fix_Integer_overflow_in_ljpeg_start.patch
+++ b/debian/patches/fix_Integer_overflow_in_ljpeg_start.patch
@@ -11,24 +11,24 @@ Last-Update: 2015-10-29
 --- freeimage-3.15.4.orig/Source/LibRawLite/dcraw/dcraw.c
 +++ freeimage-3.15.4/Source/LibRawLite/dcraw/dcraw.c
 @@ -768,7 +768,8 @@ struct jhead {
- 
- int CLASS ljpeg_start (struct jhead *jh, int info_only)
- {
--  int c, tag, len;
-+  int c, tag;
-+  ushort len;
-   uchar data[0x10000];
-   const uchar *dp;
- 
+ 
+ int CLASS ljpeg_start (struct jhead *jh, int info_only)
+ {
+-  int c, tag, len;
++  int c, tag;
++  ushort len;
+   uchar data[0x10000];
+   const uchar *dp;
+ 
 --- freeimage-3.15.4.orig/Source/LibRawLite/internal/dcraw_common.cpp
 +++ freeimage-3.15.4/Source/LibRawLite/internal/dcraw_common.cpp
 @@ -630,7 +630,8 @@ void CLASS canon_compressed_load_raw()
- 
- int CLASS ljpeg_start (struct jhead *jh, int info_only)
- {
--  int c, tag, len;
-+  int c, tag;
-+  ushort len;
-   uchar data[0x10000];
-   const uchar *dp;
- 
+ 
+ int CLASS ljpeg_start (struct jhead *jh, int info_only)
+ {
+-  int c, tag, len;
++  int c, tag;
++  ushort len;
+   uchar data[0x10000];
+   const uchar *dp;
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freeimage.git



More information about the debian-science-commits mailing list