~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to debian/patches/213_CVE-2008-5718.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2009-09-09 23:43:27 UTC
  • mfrom: (8.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090909234327-dhgxhuanxheto4x8
Tags: 2.0.4-2
* Update copyright hints.
* Lower policy compliance to 3.8.0 (uncertain about sysv script
  requirements in 3.8.1).
* Fix order of db upgrade commands in README.Debian. Closes:
  bug#533344, thanks (again) to Itai Seggev.
* Update package-relations.mk: Cleanup unversioned+versioned
  dependency mix. Improve whitespace cleanup. Rewrite and silence
  applying dependencies.
* Fix and improve README.Debian section on recompiling with OpenSSL,
  thanks to Gijs Hillenius and others.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
diff -Nurad netatalk-2.0.4~beta2.orig/etc/papd/lp.c netatalk-2.0.4~beta2/etc/papd/lp.c
2
2
--- netatalk-2.0.4~beta2.orig/etc/papd/lp.c     2009-01-29 11:20:33.000000000 +0100
3
3
+++ netatalk-2.0.4~beta2/etc/papd/lp.c  2009-01-29 11:30:53.000000000 +0100
4
 
@@ -219,9 +219,30 @@
 
4
@@ -215,9 +215,30 @@
5
5
     while (len && used < bsize ) {
6
6
         switch (*src) {
7
7
           case '$':
32
32
             if (used + 2 > bsize )
33
33
               return used;
34
34
             *dest = '\\';
35
 
@@ -235,6 +256,8 @@
 
35
@@ -231,6 +252,8 @@
36
36
         len--;
37
37
         used++;
38
38
     }