summaryrefslogtreecommitdiff
path: root/net-im/micq/files/patch-ae
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-21 13:27:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-21 13:27:10 +0000
commit3b94be4227cd422166769660da3ce938f54e106a (patch)
tree56e01bd617a6bcfbba3ab54515c22b0b66803fe2 /net-im/micq/files/patch-ae
parent- Update to 0.9.6c (diff)
remove needless patches
PR: 37308 Submitted by: Hiroo ONO <hiroo@oikumene.gcd.org>
Diffstat (limited to 'net-im/micq/files/patch-ae')
-rw-r--r--net-im/micq/files/patch-ae32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-im/micq/files/patch-ae b/net-im/micq/files/patch-ae
deleted file mode 100644
index 6e71c2d80324..000000000000
--- a/net-im/micq/files/patch-ae
+++ /dev/null
@@ -1,32 +0,0 @@
---- icq_response.c.orig Tue Jan 23 16:49:05 2001
-+++ icq_response.c Sun Mar 25 23:54:20 2001
-@@ -740,6 +740,7 @@
- return;
- }
- *tmp = 0;
-+ char_conv ("wc",data); //By Kunia User's nick was not transcoded...;(
- M_print( CONTACTCOL "\n%s" NOCOL " has added you to their contact list.\n", data );
- tmp++;
- data = tmp;
-@@ -871,19 +872,12 @@
- }
- *tmp = 0;
- char_conv ("wc",data);
--// temporaryy fix to buffer overflow
--// should be solved better -mc
--// strcpy (url_desc,data);
-- url_desc[0] = '\0';
-- strncat(url_desc,data,sizeof(url_data)-1);
-+ strlcpy(url_desc,data,sizeof(url_data));
-
- tmp++;
- data = tmp;
- char_conv ("wc",data);
--// same apllies here --mc
--// strcpy (url_data,data);
-- url_data[0] = '\0';
-- strncat (url_data,data,sizeof(url_data)-1);
-+ strlcpy(url_data,data,sizeof(url_data));
-
- // and again
- // sprintf (message,"Description: %s \n URL: %s",url_desc,url_data);