Apply a patch for fixing TDIS-5990 (CVE-2013-1940 allow physically proximate attacker... tizen_2.2 2.2.1_release 2.2_release submit/tizen_2.2/20130714.155435
authorSung-Jin Park <sj76.park@samsung.com>
Wed, 26 Jun 2013 04:14:58 +0000 (00:14 -0400)
committerJeong-Hyun Kang <jhyuni.kang@samsung.com>
Thu, 27 Jun 2013 05:34:34 +0000 (14:34 +0900)
Change-Id: I176a88b408726edac16dbb7518398b3f157f7ee4

hw/xfree86/os-support/shared/posix_tty.c
packaging/xorg-x11-server.spec

index ab3757a..4d08c1e 100644 (file)
@@ -421,7 +421,8 @@ xf86FlushInput(int fd)
 {
     fd_set fds;
     struct timeval timeout;
-    char c[4];
+    /* this needs to be big enough to flush an evdev event. */
+    char c[256];
 
     DebugF("FlushingSerial\n");
     if (tcflush(fd, TCIFLUSH) == 0)
index ac0273d..1eff488 100755 (executable)
@@ -1,6 +1,6 @@
 Name:      xorg-x11-server
 Summary:    X.Org X11 X server
-Version:    1.13.4
+Version:    1.13.5
 Release:    12
 Group:      System/X11
 License:    MIT