| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macro | Alan Coopersmith | 2016-10-19 | 1 | -3/+4 |
* | Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline() | Alan Coopersmith | 2016-10-19 | 1 | -10/+25 |
* | lcDB.c: ensure buffer size is updated correctly if realloc fails | Alan Coopersmith | 2016-10-19 | 1 | -2/+3 |
* | Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object() | Alan Coopersmith | 2016-10-19 | 1 | -5/+6 |
* | omGeneric.c: convert sprintf calls to snprintf | Alan Coopersmith | 2016-10-19 | 1 | -10/+11 |
* | ximcp/imRm.c: convert sprintf calls to snprintf | Alan Coopersmith | 2016-10-19 | 1 | -14/+30 |
* | xlibi18n: convert sprintf calls to snprintf | Alan Coopersmith | 2016-10-19 | 5 | -57/+51 |
* | lcfile: skip over any null entries in args list | Alan Coopersmith | 2016-10-19 | 1 | -20/+15 |
* | Fix file leak on malloc error in XlcDL.c:resolve_object() | Alan Coopersmith | 2016-10-19 | 1 | -1/+3 |
* | Fix bogus timestamp generated by XIM | ISHIKAWA,chiaki | 2016-10-19 | 2 | -0/+21 |
* | XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in pl... | Egbert Eich | 2016-10-19 | 1 | -1/+3 |
* | omGeneric: remove space between struct name & member name | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | XSetModifierMapping: Use Data instead of GetReqExtra | Alan Coopersmith | 2016-10-19 | 1 | -9/+3 |
* | libX11: check size of GetReqExtra after XFlush | Kees Cook | 2016-10-19 | 2 | -3/+15 |
* | Tighten out-of-range comparisons. | Thomas Klausner | 2016-10-19 | 4 | -4/+4 |
* | Fix out-of-range comparison in _XF86BigfontQueryFont | Thomas Klausner | 2016-10-19 | 1 | -1/+1 |
* | Check for symbol existence with #ifdef, not #if | Thomas Klausner | 2016-10-19 | 1 | -1/+1 |
* | Stop truncating source to destination length if it is larger. | Thomas Klausner | 2016-10-19 | 1 | -28/+0 |
* | Require ANSI C89 pre-processor, drop pre-C89 token pasting support | Alan Coopersmith | 2016-10-19 | 3 | -40/+0 |
* | Align files with upstream libX11-1.6.0 | Ulrich Sibiller | 2016-10-19 | 42 | -194/+190 |
* | Tell clang not to report -Wpadded warnings on public headers we can't fix | Alan Coopersmith | 2016-10-19 | 4 | -0/+48 |
* | Zero buffer data in BufAlloc() | Adam Jackson | 2016-10-19 | 1 | -1/+1 |
* | GetProp: Zero-initialized error so its resourceID field is initialized | Erkki Seppälä | 2016-10-19 | 1 | -1/+1 |
* | integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13] | Alan Coopersmith | 2016-10-19 | 1 | -2/+4 |
* | ximcp/imRmAttr: Handle leaking colormap_ret | Erkki Seppälä | 2016-10-19 | 1 | -1/+3 |
* | Fix status reporting for braille patterns | Samuel Thibault | 2016-10-19 | 1 | -10/+20 |
* | Revert incomplete "Fix status reporting for braille patterns" | Ulrich Sibiller | 2016-10-19 | 1 | -20/+6 |
* | Sun's copyrights are now owned by Oracle | Alan Coopersmith | 2016-10-19 | 16 | -16/+16 |
* | Assume size_t is always available, since it was defined in C89 | Ulrich Sibiller | 2016-10-19 | 1 | -8/+2 |
* | rename xf86bigfstr.h to xf86bigfproto.h | Ulrich Sibiller | 2016-10-19 | 1 | -1/+1 |
* | cmsMath.c: Add missing stdio header for printf(3) in DEBUG build. | Thomas Klausner | 2016-10-19 | 1 | -0/+4 |
* | Make sure internal headers include required headers | Niveditha Rau | 2016-10-19 | 8 | -0/+15 |
* | Free fs->properties in XF86BigfontQueryFont overflow error path | Alan Coopersmith | 2016-10-19 | 1 | -0/+1 |
* | xkb: fix off-by-one in _XkbReadGetNamesReply and _XkbReadVirtualModMap | Julien Cristau | 2016-10-19 | 2 | -2/+2 |
* | Revert "Add a couple fixups for the security patches" | Ulrich Sibiller | 2016-10-19 | 3 | -3/+2 |
* | Remove more unnecessary casts from Xmalloc/calloc calls | Alan Coopersmith | 2016-10-19 | 33 | -132/+112 |
* | Move big request comment in XOpenDisplay to the right place | Alan Coopersmith | 2016-10-19 | 1 | -1/+3 |
* | Fix very weird indenting in nx-X11/lib/X11/GetFProp.c | Alan Coopersmith | 2016-10-19 | 1 | -12/+12 |
* | XAllocClassHint: Assume calloc sets pointers in allocated memory to NULL | Alan Coopersmith | 2016-10-19 | 1 | -6/+1 |
* | _xudc_code_to_glyph: check for NULL pointer *before* writing to it, not after | Alan Coopersmith | 2016-10-19 | 1 | -4/+4 |
* | Assume size_t is always available, since it was defined in C89 | Alan Coopersmith | 2016-10-19 | 1 | -8/+1 |
* | unifdef XKB_IN_SERVER | Alan Coopersmith | 2016-10-19 | 4 | -50/+0 |
* | Convert more sprintf calls to snprintf | Alan Coopersmith | 2016-10-19 | 4 | -10/+11 |
* | XKeysymToString: move variable declarations to the scope of their usage | Alan Coopersmith | 2016-10-19 | 1 | -14/+10 |
* | Preserve constness in casting arguments through the Data*() routines | Alan Coopersmith | 2016-10-19 | 7 | -15/+17 |
* | XStringToKeysym: preserve constness when casting off unsignedness for strcmp | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | XRebindKeysym: Drop unnecessary const-removing cast | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | cmsColNm.c: maintain constness of arguments to qsort helper function | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | Remove unused DECnet ("DNETCONN") code from Xlib | Alan Coopersmith | 2016-10-19 | 2 | -4/+1 |
* | Remove unused TLI ("STREAMSCONN") code from Xlib | Alan Coopersmith | 2016-10-19 | 3 | -125/+1 |