]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
- security fix from Michal Kaps <ciril@faf.net.pl>
authormisi3k <misi3k@pld-linux.org>
Thu, 20 Feb 2003 16:33:37 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-353fix.patch -> 1.1
    BitchX.spec -> 1.61

BitchX-353fix.patch [new file with mode: 0644]
BitchX.spec

diff --git a/BitchX-353fix.patch b/BitchX-353fix.patch
new file mode 100644 (file)
index 0000000..17ac30e
--- /dev/null
@@ -0,0 +1,14 @@
+--- BitchX/source/funny.c.orig Thu Feb 20 12:15:02 2003
++++ BitchX/source/funny.c      Thu Feb 20 12:15:06 2003
+@@ -158,6 +158,10 @@
+       channel = ArgList[0];
+       user_cnt = ArgList[1];
+       line = PasteArgs(ArgList, 2);
++      if (channel == NULL || line == NULL) { 
++      bitchsay("Invalid number of arguments for %s", __FUNCTION__); 
++      return; 
++      } 
+       if (funny_flags & FUNNY_TOPIC && !(line && *line))
+                       return;
+       cnt = my_atol(user_cnt);
+
index 94c588892466904842d1b6df83d8d6dd37f7be24..81c5fbd748dc6ce42d0c1bf3f515a28d18ebd712 100644 (file)
@@ -18,6 +18,7 @@ Patch2:               %{name}-dcc-force-port.patch
 Patch3:                %{name}-doc.patch
 Patch4:                %{name}-emacs.patch
 Patch5:                %{name}-versioned-tcl.patch
+Patch6:                %{name}-353fix.patch
 Icon:          BitchX.xpm
 URL:           http://www.bitchx.com/
 BuildRequires: mysql-devel
@@ -68,6 +69,7 @@ powtarzaj
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
This page took 0.108778 seconds and 4 git commands to generate.