]> git.pld-linux.org Git - packages/up-imapproxy.git/commitdiff
This commit was manufactured by cvs2git to create branch 'AC-branch'. AC-branch
authorcvs2git <feedback@pld-linux.org>
Mon, 22 Feb 2010 11:03:47 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2010-02-22 11:03:47 UTC Elan Ruusamäe <glen@pld-linux.org> '- up to 1.2.7'
Cherrypick from master 2006-03-20 14:10:52 UTC Elan Ruusamäe <glen@pld-linux.org> '- cp from gentoo':
    up-imapproxy-CVE-2005-2661.patch -> 1.1

up-imapproxy-CVE-2005-2661.patch [new file with mode: 0644]

diff --git a/up-imapproxy-CVE-2005-2661.patch b/up-imapproxy-CVE-2005-2661.patch
new file mode 100644 (file)
index 0000000..53db2f6
--- /dev/null
@@ -0,0 +1,13 @@
+Fix for CAN-2005-2661, DSA 852-1
+http://lists.andrew.cmu.edu/pipermail/imapproxy-info/2005-October/000481.html
+--- up-imapproxy-1.2.4.orig/src/main.c
++++ up-imapproxy-1.2.4/src/main.c
+@@ -812,7 +812,7 @@
+       exit( 1 );
+     }
+     
+-    sprintf( DestBuf, CP );
++    sprintf( DestBuf, "%s", CP );
+     
+     /*
+      * initially assume that the server doesn't support UNSELECT.
This page took 0.134244 seconds and 4 git commands to generate.