commit:     3f20939cd320df1b0fc9aa8a3be92e3cc52ad01f
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Jan 17 17:52:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 09:19:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f20939c

net-proxy/squidclamav: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3516

 .../squidclamav/files/squidclamav-6.1-crash.patch     | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/net-proxy/squidclamav/files/squidclamav-6.1-crash.patch 
b/net-proxy/squidclamav/files/squidclamav-6.1-crash.patch
deleted file mode 100644
index f197aac..00000000
--- a/net-proxy/squidclamav/files/squidclamav-6.1-crash.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: squidclamav-6.1/src/squidclamav.c
-===================================================================
---- squidclamav-6.1.orig/src/squidclamav.c
-+++ squidclamav-6.1/src/squidclamav.c
-@@ -427,8 +427,12 @@ int squidclamav_check_preview_handler(ch
-      } else {
-       data->user = NULL;
-      }
--     data->clientip = ci_buffer_alloc(strlen(clientip)+1);
--     strcpy(data->clientip, clientip);
-+     if (clientip != NULL) {
-+       data->clientip = ci_buffer_alloc(strlen(clientip)+1);
-+       strcpy(data->clientip, clientip);
-+     } else {
-+       data->clientip = NULL;
-+     }
- 
-      data->body = ci_simple_file_new(MAX_OBJECT_SIZE);
-      if (SEND_PERCENT_BYTES >= 0 && START_SEND_AFTER == 0) {

Reply via email to