diff options
Diffstat (limited to 'net-irc/bitchx/files/bitchx-1.0.19-security.patch')
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.19-security.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.19-security.patch b/net-irc/bitchx/files/bitchx-1.0.19-security.patch deleted file mode 100644 index fa7eb1217ad0..000000000000 --- a/net-irc/bitchx/files/bitchx-1.0.19-security.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- source/funny.c 2003-02-20 16:37:07.000000000 +0000 -+++ source/funny.c 2003-02-20 16:39:13.000000000 +0000 -@@ -261,6 +261,11 @@ - channel = Args[1]; - line = Args[2]; - -+ if (channel == NULL || line == NULL) { -+ bitchsay("Invalid number of arguments for %s", __FUNCTION__); -+ return; -+ } -+ - ptr = line; - while (*ptr) - { |