]> git.pld-linux.org Git - packages/X11.git/commitdiff
- security fixes (from RH7)
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Oct 2000 15:40:11 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-xdmsecurity.patch -> 1.1

XFree86-xdmsecurity.patch [new file with mode: 0644]

diff --git a/XFree86-xdmsecurity.patch b/XFree86-xdmsecurity.patch
new file mode 100644 (file)
index 0000000..e37c572
--- /dev/null
@@ -0,0 +1,11 @@
+--- XFree86-4.0/xc/programs/xdm/xdmcp.c.xdmsecurity.patch      Sat Oct 10 11:25:40 1998
++++ XFree86-4.0/xc/programs/xdm/xdmcp.c        Wed Jun 28 18:30:13 2000
+@@ -1128,7 +1128,7 @@
+     XdmcpHeader       header;
+     ARRAY8    status;
+-    sprintf (buf, "Session %ld failed for display %s: %s",
++    snprintf (buf, sizeof(buf), "Session %ld failed for display %s: %s",
+            (long) sessionID, name, reason);
+     Debug ("Send failed %ld %s\n", (long) sessionID, buf);
+     status.length = strlen (buf);
This page took 0.355105 seconds and 4 git commands to generate.