aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error pathsAlan Coopersmith2016-10-191-33/+25
* Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith2016-10-191-3/+4
* Remove unused definition of XCONN_CHECK_FREQAlan Coopersmith2016-10-191-8/+0
* Get rid of some extraneous ; at the end of C source linesAlan Coopersmith2016-10-193-3/+3
* Do not return() after exit().Thomas Klausner2016-10-191-2/+2
* Add missing NULL checks to ICWrapRoss Burton2016-10-191-6/+9
* Replace Xmalloc+memset pairs with Xcalloc callsAlan Coopersmith2016-10-193-19/+10
* omGeneric.c: Correct the parameter usage of sizeofBhavi Dhingra2016-10-191-1/+1
* Fix three "use of uninitialized variable" coverity warningsPeter Hutterer2016-10-193-3/+3
* Fix potential memory leakPeter Hutterer2016-10-191-2/+2
* compose: fix the description of modifiers in compose sequencesRan Benita2016-10-191-2/+3
* Use C99 named initializers to fill in events passed to XSendEventAlan Coopersmith2016-10-193-38/+47
* Fix validation of ctrls parameter to XkbGetPerClientControls()Alan Coopersmith2016-10-191-7/+4
* Fix map->num_types check in XkbAddKeyType()Alan Coopersmith2016-10-191-1/+1
* lcDefConv.c: fix use before checkwalter harms2016-10-191-11/+27
* rm redundant null checkswalter harms2016-10-197-70/+52
* libX11: rm redundante NULL checkswalter harms2016-10-199-65/+44
* Remove more redundant null checks before Xfree()walter harms2016-10-1911-163/+102
* Remove redundant null checks before freewalter harms2016-10-1921-86/+73
* libX11/lcUTF8.c fix: dereferenced before checkwalter harms2016-10-191-1/+3
* libX11/XKBNames.c fix: dereferenced before checkwalter harms2016-10-191-2/+7
* libX11/lcGenConv.c fix: dereferenced before checkwalter harms2016-10-191-5/+14
* Fix XNextRequest() after direct usage of XCBOwen W. Taylor2016-10-191-0/+21
* Remove dead USE_OWN_COMPOSE-protected codeRan Benita2016-10-192-174/+0
* Fix typos in Xrm.c commentsAlan Coopersmith2016-10-191-2/+2
* _XkbReadGeomOverlay: check for NULL first, then use pointerAlan Coopersmith2016-10-191-1/+1
* XkbSelectEventDetails: remove unnecessary assignmentsAlan Coopersmith2016-10-191-3/+0
* Don't try so hard to find a matching font with the given encodingJon TURNEY2016-10-191-1/+1
* unifdef -UISCAlan Coopersmith2016-10-192-27/+0
* Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith2016-10-1912-4242/+1
* Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next sizeAlan Coopersmith2016-10-191-1/+1
* Stop checking for HAVE_DIX_CONFIG_H on the client sideAlan Coopersmith2016-10-194-12/+4
* Rearrange some variable declarations & initializations in XKBAlan Coopersmith2016-10-1912-94/+66
* Reindent XKB code to X.Org standard styleAlan Coopersmith2016-10-1922-8341/+8714
* Fix overflow checks in _XkbReadKeySyms when key_sym_map is already createdAlan Coopersmith2016-10-191-5/+4
* Remove long unused udcInf.cAlan Coopersmith2016-10-191-715/+0
* Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith2016-10-1959-230/+230
* Don't cast sizeof() results to unsigned when passing to Xmalloc/XcallocAlan Coopersmith2016-10-194-9/+7
* Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith2016-10-1947-213/+209
* xlibi18n: fix argsize argument to _XlcParsePathAlan Coopersmith2016-10-191-2/+2
* i18n modules: Fix some const cast warningsAlan Coopersmith2016-10-192-3/+3
* xlibi18n: Fix a bunch of const cast warningsAlan Coopersmith2016-10-194-20/+17
* Fix const handling in XSetLocaleModifiersAlan Coopersmith2016-10-191-5/+5
* Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName()Alan Coopersmith2016-10-193-61/+35
* init_om: remove unneeded extra copy of string to local bufferAlan Coopersmith2016-10-191-11/+4
* Delete unused XKB_INSURE_SIZE macro from XKBlibint.hAlan Coopersmith2016-10-191-6/+0
* miRegionOp(): ensure region size is not updated if realloc failsAlan Coopersmith2016-10-191-2/+3
* miRegionCopy(): handle realloc failure betterAlan Coopersmith2016-10-191-8/+9
* Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macroAlan Coopersmith2016-10-191-3/+4
* Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()Alan Coopersmith2016-10-191-10/+25