summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-11-16 12:54:16 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-11-16 12:54:16 +0000
commite8c1a255b31d0cf2075d139958dd7436da797acb (patch)
tree5f764f9559a30fb141aebf3ddaccc5b2ffe68896 /net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch
parentUpdate the comment to list the masked packages (#345753) (diff)
downloadhistorical-e8c1a255b31d0cf2075d139958dd7436da797acb.tar.gz
historical-e8c1a255b31d0cf2075d139958dd7436da797acb.tar.bz2
historical-e8c1a255b31d0cf2075d139958dd7436da797acb.zip
Drop vulnerable versions, security bug #343389
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch')
-rw-r--r--net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch b/net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch
deleted file mode 100644
index 417bf82df448..000000000000
--- a/net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: contrib/mod_tls_shmcache.c
-===================================================================
-RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls_shmcache.c,v
-retrieving revision 1.5
-diff -u -r1.5 mod_tls_shmcache.c
---- contrib/mod_tls_shmcache.c 7 Nov 2009 20:11:41 -0000 1.5
-+++ contrib/mod_tls_shmcache.c 18 Dec 2009 17:34:47 -0000
-@@ -1240,6 +1240,10 @@
- struct shmid_ds ds;
- const char *cache_file;
-
-+ if (shmcache_fh == NULL) {
-+ return 0;
-+ }
-+
- pr_trace_msg(trace_channel, 9, "removing shmcache cache %p", cache);
-
- cache_file = shmcache_fh->fh_path;