summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Avoid overflows in XListFonts() [CVE-2013-1997 13/15]Alan Coopersmith1-13/+22
2013-05-09integer overflow in XGetModifierMapping() [CVE-2013-1981 13/13]Alan Coopersmith1-4/+9
2013-05-09integer overflow in XGetPointerMapping() & XGetKeyboardMapping() [CVE-2013-19...Alan Coopersmith1-11/+20
2013-05-09integer overflow in XGetImage() [CVE-2013-1981 11/13]Alan Coopersmith1-4/+8
2013-05-09integer overflow in XGetWindowProperty() [CVE-2013-1981 10/13]Alan Coopersmith1-9/+16
2013-05-09integer overflows in TransFileName() [CVE-2013-1981 9/13]Alan Coopersmith2-11/+35
2013-05-09integer truncation in _XimParseStringFile() [CVE-2013-1981 8/13]Alan Coopersmith1-0/+3
2013-05-09Unbounded recursion in _XimParseStringFile() when parsing include files [CVE-...Alan Coopersmith1-3/+17
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 length in _XimXGetReadData() [CVE-2013-1997 12/15]Alan Coopersmith1-1/+1
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 Coopersmith2-0/+21
2013-05-09Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith4-47/+84
2013-05-07Add compose sequences for J́ and j́.Pander1-0/+2
2013-03-16Move big request comment in XOpenDisplay to the right placeAlan Coopersmith1-1/+3
2013-03-09libX11 1.5.99.901 (1.6 RC1)libX11-1.5.99.901Alan Coopersmith1-1/+1
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-08MakeBigReq: don't move the last word, already handled by Data32Karl Tomlinson1-2/+17
2013-03-08nls/Makefile.am: Use LOG_COMPILERQuentin Glidic1-1/+1
2013-03-08nls/Makefile.am: Remove unneeded $(srcdir)Quentin Glidic1-1/+1
2013-03-08Add <X11/Xresource.h> hint to all Xrm* man pagesAlan Coopersmith7-0/+14
2013-03-08_xudc_code_to_glyph: check for NULL pointer *before* writing to it, not afterAlan Coopersmith1-4/+4
2013-03-07dead_double_grave and dead_inverted_breve should only have one underscore.Ken Moffat2-52/+52
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 Coopersmith3-15/+0
2013-03-03unifdef WORD64Alan Coopersmith10-390/+4
2013-03-03unifdef MUSTCOPYAlan Coopersmith19-359/+11
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 Coopersmith7-21/+23
2013-02-16Fix comment typo & confusing indentation levels in Data() macro definitionAlan Coopersmith1-2/+2