summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-ac')
-rw-r--r--multimedia/mplayer-share/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/mplayer-share/patches/patch-ac b/multimedia/mplayer-share/patches/patch-ac
deleted file mode 100644
index 89e72d36712..00000000000
--- a/multimedia/mplayer-share/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/03/31 13:23:27 wiz Exp $
-
---- libmpdemux/http.c.orig Wed Nov 13 10:02:55 2002
-+++ libmpdemux/http.c
-@@ -175,7 +175,7 @@ http_build_request( HTTP_header_t *http_
- if( http_hdr->method==NULL ) http_set_method( http_hdr, "GET");
- if( http_hdr->uri==NULL ) http_set_uri( http_hdr, "/");
- else {
-- uri = (char*)malloc(strlen(http_hdr->uri)*2);
-+ uri = (char*)malloc((strlen(http_hdr->uri)*3) + 1);
- if( uri==NULL ) {
- mp_msg(MSGT_NETWORK,MSGL_ERR,"Memory allocation failed\n");
- return NULL;