summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Unbounded recursion in GetDatabase() when parsing include files [CVE-2013-200...Alan Coopersmith1-9/+15
2013-05-09integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13]Alan Coopersmith1-2/+4
2013-05-09Integer overflows in stringSectionSize() cause buffer overflow in ReadColorna...Alan Coopersmith1-6/+21
2013-05-09unvalidated index/length in _XkbReadGetNamesReply() [CVE-2013-1997 11/15]Alan Coopersmith1-0/+2
2013-05-09unvalidated index in _XkbReadVirtualModMap() [CVE-2013-1997 10/15]Alan Coopersmith1-0/+3
2013-05-09unvalidated index in _XkbReadExplicitComponents() [CVE-2013-1997 9/15]Alan Coopersmith1-1/+5
2013-05-09unvalidated index in _XkbReadModifierMap() [CVE-2013-1997 8/15]Alan Coopersmith1-0/+5
2013-05-09unvalidated index in _XkbReadKeyBehaviors() [CVE-2013-1997 7/15]Alan Coopersmith1-2/+4
2013-05-09unvalidated index in _XkbReadKeyActions() [CVE-2013-1997 6/15]Alan Coopersmith1-0/+4
2013-05-09unvalidated index in _XkbReadKeySyms() [CVE-2013-1997 5/15]Alan Coopersmith1-1/+6
2013-05-09unvalidated indexes in _XkbReadGetGeometryReply() [CVE-2013-1997 4/15]Alan Coopersmith1-0/+3
2013-05-09unvalidated indexes in _XkbReadGeomShapes() [CVE-2013-1997 3/15]Alan Coopersmith1-4/+8
2013-05-09unvalidated index in _XkbReadGetDeviceInfoReply() [CVE-2013-1997 2/15]Alan Coopersmith1-0/+6
2013-05-09unvalidated lengths in XAllocColorCells() [CVE-2013-1997 1/15]Alan Coopersmith1-2/+7
2013-05-09integer overflow in XListHosts() [CVE-2013-1981 5/13]Alan Coopersmith1-7/+15
2013-05-09integer overflow in XGetMotionEvents() [CVE-2013-1981 4/13]Alan Coopersmith1-15/+11
2013-05-09integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13]Alan Coopersmith1-56/+49
2013-05-09integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]Alan Coopersmith1-17/+25
2013-05-09integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]Alan Coopersmith1-12/+23
2013-05-09Add _XEatDataWords to discard a given number of 32-bit words of reply dataAlan Coopersmith1-0/+17
2013-05-09Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith4-47/+84
2013-03-16Move big request comment in XOpenDisplay to the right placeAlan Coopersmith1-1/+3
2013-03-08Fix very weird indenting in src/GetFProp.cAlan Coopersmith1-15/+12
2013-03-08XAllocClassHint: Assume calloc sets pointers in allocated memory to NULLAlan Coopersmith1-6/+1
2013-03-08_xudc_code_to_glyph: check for NULL pointer *before* writing to it, not afterAlan Coopersmith1-4/+4
2013-03-03Assume size_t is always available, since it was defined in C89Alan Coopersmith1-8/+1
2013-03-03unifdef XKB_IN_SERVERAlan Coopersmith4-50/+0
2013-03-03unifdef CRAY & _CRAYAlan Coopersmith1-4/+0
2013-03-03unifdef WORD64Alan Coopersmith9-354/+3
2013-03-03unifdef MUSTCOPYAlan Coopersmith17-268/+2
2013-02-16Convert more sprintf calls to snprintfAlan Coopersmith4-10/+11
2013-02-16XKeysymToString: move variable declarations to the scope of their usageAlan Coopersmith1-14/+10
2013-02-16Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith6-15/+17
2013-02-16XStringToKeysym: preserve constness when casting off unsignedness for strcmpAlan Coopersmith1-1/+1
2013-02-16XRebindKeysym: Drop unnecessary const-removing castAlan Coopersmith1-1/+1
2013-02-15cmsColNm.c: maintain constness of arguments to qsort helper functionAlan Coopersmith1-1/+1
2013-02-15XListFontsWithInfo: avoid accessing realloc'ed memoryNickolai Zeldovich1-6/+7
2013-01-09Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith1-1/+1
2013-01-09Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith2-122/+1
2013-01-03Install Xcms.txt in $(datadir) rather than $(libdir).Egbert Eich1-1/+1
2013-01-03Don't hard code path to Xcms.txt file.Egbert Eich2-2/+3
2012-10-29XIM: remove Private and Public macrosYaakov Selkowitz1-5/+2
2012-10-17XErrorDB: Add GLXBadProfileARBAdam Jackson1-0/+1
2012-07-08Convert XCreate{Pix,Bit}map...Data to use C99 designated initializersAlan Coopersmith2-47/+44
2012-07-08XCreate{Pix,Bit}map...Data: Free pixmap in error path if XCreateGC failsAlan Coopersmith2-4/+10
2012-04-30Typo fixPeter Hutterer1-1/+1
2012-03-15Remove "register" qualifier that annoys Solaris Studio compilerAlan Coopersmith1-1/+1
2012-03-13Block for other threads in _XUserLockDisplayKeith Packard1-0/+2
2012-03-11Don't use caddr_t castsJon TURNEY1-2/+2
2012-03-09Revert "xcb: Add TCP fallback"Julien Cristau1-19/+0