~ubuntu-branches/ubuntu/quantal/tiff/quantal

« back to all changes in this revision

Viewing changes to debian/patches/CVE-2008-2327.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2008-08-17 13:16:37 UTC
  • mfrom: (2.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080817131637-qhfg35mo1vbx2ezi
Tags: 3.8.2-11
* Apply security patches (CVE-2008-2327)
* Convert patch system to quilt
* Create README.source
* Set standards version to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- tiff-3.8.2.orig/libtiff/tif_lzw.c   2006-03-21 11:42:50.000000000 -0500
2
 
+++ tiff-3.8.2/libtiff/tif_lzw.c        2008-08-17 11:31:32.994004551 -0400
 
1
Index: tiff-3.8.2/libtiff/tif_lzw.c
 
2
===================================================================
 
3
--- tiff-3.8.2.orig/libtiff/tif_lzw.c   2008-08-17 13:03:49.090994393 -0400
 
4
+++ tiff-3.8.2/libtiff/tif_lzw.c        2008-08-17 13:03:52.354994400 -0400
3
5
@@ -237,6 +237,13 @@
4
6
                     sp->dec_codetab[code].length = 1;
5
7
                     sp->dec_codetab[code].next = NULL;