public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/squidclamav/files/
@ 2017-01-18  9:23 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-18  9:23 UTC (permalink / raw
  To: gentoo-commits

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) {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-18  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18  9:23 [gentoo-commits] repo/gentoo:master commit in: net-proxy/squidclamav/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox