libxcb/src
Alan Coopersmith 75680fde0d integer overflow in read_packet() [CVE-2013-2064]
Ensure that when calculating the size of the incoming response from the
Xserver, we don't overflow the integer used in the calculations when we
multiply the int32_t length by 4 and add it to the default response size.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
(cherry picked from commit 1b33867fa9)
2013-05-23 14:36:48 -07:00
..
man Add a .gitignore for src/man/ 2012-09-25 12:31:53 +02:00
.gitignore Add xkb.* to gitignore 2010-09-10 15:54:56 -04:00
Makefile.am Include static man pages in "make dist" 2012-10-05 11:23:26 +02:00
c_client.py c_client.py: Fix python-3 invalid except statement 2012-11-10 19:45:25 +01:00
xcb.h Return connection failure if display string specifies non-existent screen 2012-08-29 22:00:55 -07:00
xcb_auth.c Fix build of xcb_auth.c with XDMCP on WIN32 2012-01-28 12:44:17 -08:00
xcb_conn.c Fix a multi-thread deadlock 2012-09-30 10:10:18 +02:00
xcb_ext.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_in.c integer overflow in read_packet() [CVE-2013-2064] 2013-05-23 14:36:48 -07:00
xcb_list.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_out.c whitespace fix in xcb_take_socket 2013-05-15 15:10:22 -07:00
xcb_util.c Return connection failure if display string specifies non-existent screen 2012-08-29 22:00:55 -07:00
xcb_windefs.h changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H 2010-03-29 22:37:33 +05:30
xcb_xid.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcbext.h Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb 2010-12-23 13:04:40 -05:00
xcbint.h Added more error states and removed global error_connection 2012-01-11 18:01:29 +01:00