]> git.pld-linux.org Git - packages/epic4.git/commitdiff
- fixed CAN-2003-0328
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Wed, 12 May 2004 10:58:25 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epic4-security-CAN-2003-0328.patch -> 1.1

epic4-security-CAN-2003-0328.patch [new file with mode: 0644]

diff --git a/epic4-security-CAN-2003-0328.patch b/epic4-security-CAN-2003-0328.patch
new file mode 100644 (file)
index 0000000..6524784
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN epic4-1.0.1.orig/source/ctcp.c epic4-1.0.1/source/ctcp.c
+--- epic4-1.0.1.orig/source/ctcp.c     2000-12-05 01:11:56.000000000 +0100
++++ epic4-1.0.1/source/ctcp.c  2004-05-12 12:51:18.539497392 +0200
+@@ -898,6 +898,8 @@
+       /* Make sure that the final \001 doesnt get truncated */
+       len = IRCD_BUFFER_SIZE - (12 + strlen(to));
++      if ((len = IRCD_BUFFER_SIZE - (12 + strlen(to))) < 0)
++              return;
+       putbuf2 = alloca(len);
+       if (format)
This page took 0.143911 seconds and 4 git commands to generate.