summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-14XNextEvent: Work around a bug in MachinariumHEADmachinarium-workaroundAaron Plattner1-0/+6
2011-12-23makekeys: move buf declaration from global to main to silence gcc -WshadowAlan Coopersmith1-1/+1
2011-12-14XQueryColors: Split a request into multiple requests if necessaryKusanagi Kouichi1-5/+27
2011-11-29Reject negative string counts in copy_string_listAlan Coopersmith1-1/+1
2011-11-11makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis4-5/+10
2011-11-09XlcSL.c: convert old-style function definitions to ANSI C89 styleAlan Coopersmith1-4/+2
2011-11-08Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer1-0/+31
2011-10-14XIM: Make Xim handle NEED_SYNC_REPLY flagChoe Hwanjin1-24/+16
2011-09-24Use a configure check for seteuidJeremy Huddleston1-1/+1
2011-05-20XCB: Add more friendly error messages for common assertsDaniel Stone1-15/+81
2011-05-04XKB: XkbComputeSectionBounds: Check correct bounds in default switch-caseJeremy Huddleston1-1/+2
2011-05-04Revert "XKB: Avoid a possible NULL dereference"Jeremy Huddleston1-2/+2
2011-05-04Dead code removalJeremy Huddleston1-1/+0
2011-05-04XKB: Avoid a possible NULL dereferenceJeremy Huddleston1-2/+2
2011-04-22Delete special case code to append "/sparcv9" to i18n module pathAlan Coopersmith1-40/+0
2011-04-18Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith11-77/+34
2011-04-18Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith7-37/+18
2011-04-13xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira1-3/+3
2011-04-13xcms: Fix error on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira1-1/+1
2011-04-13FSWrap: fix potential leak in copy_string_listAnder Conselvan de Oliveira1-1/+1
2011-04-13Fix memory leak with broken bitmap files in XReadBitmapFileDataAnder Conselvan de Oliveira1-0/+5
2011-03-21Add #define XK_SINHALAHarshula Jayasuriya1-0/+1
2011-03-15Call _XErrorFunction without holding the Display lock.Jamey Sharp1-1/+13
2011-03-14Ignore user locks after sleeping in _XReply and _XReadEvents.Jamey Sharp1-2/+13
2011-03-11xkb: XkbPropertyPtr determined allocation success from wrong variablesErkki Seppälä1-2/+2
2011-03-11keyBind: Use Xcalloc to initialize allocated _XKeytransErkki Seppälä1-1/+1
2011-02-11Clean up memory when first XCreateRegion succeeds and second failsAlan Coopersmith1-2/+11
2011-02-09xcms/cmsProp: don't deal with uninitialized values, fail insteadErkki Seppälä1-7/+10
2011-02-09xcms/LRGB: don't double-free property_returnAnder Conselvan de Oliveira1-1/+0
2011-02-02Xrm.c: ReadInFile: refactor fstat error handlingAlan Coopersmith1-9/+4
2011-02-02Expand GetSizeOfFile() macro at the one place it's calledAlan Coopersmith3-49/+8
2011-02-01XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer sizeErkki Seppälä1-3/+4
2011-02-01xlibi18n/lcFile: Removed superfluous check for NULL target_dirErkki Seppälä1-4/+2
2011-02-01XlibInt: info_list->watch_data was reallocated, but result was discardedAnder Conselvan de Oliveira1-0/+1
2011-02-01GetProp: Zero-initialized error so its resourceID field is initializedErkki Seppälä1-1/+1
2011-02-01xcms/LRGB: Add a label for freeing property_return.Ander Conselvan de Oliveira1-14/+10
2011-02-01xcms/LRGB: Fix potential resource leak.Ander Conselvan de Oliveira1-0/+2
2011-02-01Xrm: Handle the extremely unlikely situation of fstat failingErkki Seppälä1-0/+6
2011-02-01Xrm: NEWTABLE had a memory leak after a memory allocation errorErkki Seppälä1-1/+3
2011-02-01ImUtil: Handle a memory leak in one early return branchErkki Seppälä1-0/+1
2011-02-01xlibi18n/lcGeneric: Initialize uninitialized local variableErkki Seppälä1-1/+1
2011-02-01xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions)Erkki Seppälä1-2/+2
2011-02-01XDefaultOMIF.c: Fix memory leaks in get_font_nameAlan Coopersmith1-8/+2
2011-01-31Comparing array against NULL is not useful "&xkb->server->vmods != NULL"Erkki Seppälä1-1/+1
2011-01-31Variable "entry" tracked as NULL was dereferenced.Erkki Seppälä1-1/+1
2011-01-31Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed...Erkki Seppälä1-0/+2
2011-01-31Using freed pointer "e"Erkki Seppälä1-2/+2
2011-01-18Update to xf86bigfontproto >= 1.2.0 header nameAlan Coopersmith1-1/+1
2011-01-03Initialize event typePauli Nieminen1-0/+2
2010-12-22Events: Store event cookie when dequeuing eventPhilipp Reh2-0/+2