summaryrefslogtreecommitdiff
path: root/audio/icecast/files/patch-src::client.c
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-10-13 23:32:53 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-10-13 23:32:53 +0000
commit8ce861a35fecd86689f47727945d3014e1474030 (patch)
treeaf8d10c4b1f640e282338fb0563e12b1abe5db35 /audio/icecast/files/patch-src::client.c
parent[NEW PORT] multimedia/gavl: A library for handling uncompressed video and aud... (diff)
Fix cross-site scripting vulnerability
(http://www.debian.org/security/2004/dsa-541). Patches obtained from: Debian
Diffstat (limited to 'audio/icecast/files/patch-src::client.c')
-rw-r--r--audio/icecast/files/patch-src::client.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/icecast/files/patch-src::client.c b/audio/icecast/files/patch-src::client.c
new file mode 100644
index 000000000000..b38be8cbd1f5
--- /dev/null
+++ b/audio/icecast/files/patch-src::client.c
@@ -0,0 +1,11 @@
+--- src/client.c
++++ src/client.c
+@@ -90,8 +90,6 @@
+
+ extern server_info_t info;
+
+-static void client_send_fake_file (connection_t *con);
+-
+ /* Brand new client. Check what he wants, and either add him to
+ the correct tree of clients (inside a source), or kill him off */
+ void client_login(connection_t *con, char *expr)