summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-21Revert "Mark atom names argument to XInternAtoms as const"Alan Coopersmith1-2/+2
2010-11-24Mark atom names argument to XInternAtoms as constAlan Coopersmith1-2/+2
2010-09-03Sun's copyrights are now owned by OracleAlan Coopersmith11-11/+11
2010-08-19XOpenDisplay: save the correct display_name valueAaron Plattner3-27/+13
2010-08-06Fix use-after-free in _XReply on X errors.Jamey Sharp1-1/+1
2010-07-20XStringToKeysym: Cope with 0x1234cafe-style inputDaniel Stone1-0/+10
2010-07-08XStringToKeysym: Check strdup() return valueDaniel Stone1-0/+2
2010-07-08Delete now-redundant XKeysymDBDaniel Stone2-381/+1
2010-07-08makekeys: Scan vendor keysyms as well as coreDaniel Stone2-47/+86
2010-07-08XStringToKeysym: Special case for XF86 keysymsDaniel Stone1-0/+13
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo98-133/+0
2010-06-30Use -version-number consistently instead of -version-infoAdam Jackson1-1/+1
2010-06-21poll_for_response: Really handle xcb_poll_for_reply getting a reply.Jamey Sharp1-2/+3
2010-06-21Revert "xcb_io.c: poll_for_response doesn't guarantee there's a pending reque...Jamey Sharp1-1/+1
2010-06-21Revert "poll_for_response: Really handle xcb_poll_for_reply getting a reply."Jamey Sharp1-11/+5
2010-06-21xcb_io.c: poll_for_response doesn't guarantee there's a pending request.Jamey Sharp1-1/+1
2010-06-19poll_for_response: Really handle xcb_poll_for_reply getting a reply.Jamey Sharp1-5/+11