summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-daemon_errorgui.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-16 18:42:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-16 18:42:38 +0000
commitb1db53530f8e373c71f040292c34872e4bd8738c (patch)
tree879892eac11199b8453ae8404fe0ccbe4630fc37 /x11/gdm2/files/patch-daemon_errorgui.c
parentUpdate to 2.4.1. (diff)
Update to 2.4.4.4. This fixes a few DoS problems, so upgraded is definitely
recommended: - Fixed CAN-2003-0793, a local DoS, the socket connection is now non-blocking and limitted to the number of commands - Fixed CAN-2003-0794, a local DoS, the line length is limitted to 4096 bytes (note, this was not a buffer overrun).
Notes
Notes: svn path=/head/; revision=91444
Diffstat (limited to '')
-rw-r--r--x11/gdm2/files/patch-daemon_errorgui.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/gdm2/files/patch-daemon_errorgui.c b/x11/gdm2/files/patch-daemon_errorgui.c
deleted file mode 100644
index e89a4553f064..000000000000
--- a/x11/gdm2/files/patch-daemon_errorgui.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- daemon/errorgui.c.orig Tue Sep 23 00:39:10 2003
-+++ daemon/errorgui.c Tue Sep 23 00:39:21 2003
-@@ -32,6 +32,7 @@
- #include <sys/stat.h>
- #include <pwd.h>
- #include <sys/types.h>
-+#include <signal.h>
- #include "gdm.h"
- #include "misc.h"
- #include "auth.h"