diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
| commit | 1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch) | |
| tree | bc3c1101d22e55deb5237ef53fbde0f33806170a /devel/libgtop/files/patch-src::daemon::gnuserv.c | |
| parent | Add in PCI bridge support. It's a run-time option, too, and is required for (diff) | |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Diffstat (limited to 'devel/libgtop/files/patch-src::daemon::gnuserv.c')
| -rw-r--r-- | devel/libgtop/files/patch-src::daemon::gnuserv.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/libgtop/files/patch-src::daemon::gnuserv.c b/devel/libgtop/files/patch-src::daemon::gnuserv.c deleted file mode 100644 index 8b0712a8d041..000000000000 --- a/devel/libgtop/files/patch-src::daemon::gnuserv.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/daemon/gnuserv.c.orig Thu Nov 29 08:58:40 2001 -+++ src/daemon/gnuserv.c Thu Nov 29 08:58:17 2001 -@@ -200,6 +200,12 @@ - - auth_data_len = atoi (buf); - -+ if (auth_data_len < 1 || auth_data_len > sizeof(buf)) { -+ syslog_message(LOG_WARNING, -+ "Invalid data length supplied by client"); -+ return FALSE; -+ } -+ - if (timed_read (fd, buf, auth_data_len, AUTH_TIMEOUT, 0) != auth_data_len) - return FALSE; - |
