diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 23:32:53 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 23:32:53 +0000 |
commit | 8ce861a35fecd86689f47727945d3014e1474030 (patch) | |
tree | af8d10c4b1f640e282338fb0563e12b1abe5db35 /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.c | 11 |
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) |