summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Use flexible array member instead of fake size.Michal Srb1-4/+4
2017-08-20no need to check XFree argumentswalter harms1-22/+10
2017-08-14fix more shadow warningwalter harms2-6/+6
2017-08-14remove argument check for free() adjust one indenwalter harms1-29/+28
2015-12-18Delete #if 0 hunks of codeAlan Coopersmith2-58/+0
2015-12-03Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith1-3/+4
2015-10-19Get rid of some extraneous ; at the end of C source linesAlan Coopersmith1-1/+1
2015-06-04Replace Xmalloc+memset pairs with Xcalloc callsAlan Coopersmith2-13/+7
2015-06-04omGeneric.c: Correct the parameter usage of sizeofBhavi Dhingra1-1/+1
2015-05-18Fix an indentation issuePeter Hutterer1-1/+1
2015-05-18Fix potential memory leakPeter Hutterer1-2/+2
2015-02-05compose: fix the description of modifiers in compose sequencesRan Benita1-2/+3
2014-07-06lcDefConv.c: fix use before checkwalter harms1-11/+27
2014-06-06Remove more redundant null checks before Xfree()walter harms11-163/+102
2014-06-06libX11/lcGenConv.c fix: dereferenced before checkwalter harms1-5/+14
2013-12-13Don't try so hard to find a matching font with the given encodingJon TURNEY1-1/+1
2013-11-22Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith6-4133/+1
2013-08-24Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next sizeAlan Coopersmith1-1/+1
2013-08-20Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith8-21/+21
2013-08-20Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith21-118/+117
2013-08-20i18n modules: Fix some const cast warningsAlan Coopersmith2-3/+3
2013-08-20Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()Alan Coopersmith1-10/+25
2013-08-20omGeneric.c: convert sprintf calls to snprintfAlan Coopersmith1-10/+11
2013-08-20ximcp/imRm.c: convert sprintf calls to snprintfAlan Coopersmith1-14/+30
2013-08-07Fix bogus timestamp generated by XIMISHIKAWA,chiaki2-0/+21
2013-08-07XIM: Fix sync problem on focus change.Egbert Eich1-0/+27
2013-08-07XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in pl...Egbert Eich1-1/+3
2013-07-27omGeneric: remove space between struct name & member nameAlan Coopersmith1-1/+1
2013-07-08Stop truncating source to destination length if it is larger.Thomas Klausner1-28/+0
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-09unvalidated length in _XimXGetReadData() [CVE-2013-1997 12/15]Alan Coopersmith1-1/+1
2013-03-03unifdef MUSTCOPYAlan Coopersmith1-82/+9
2013-01-09Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith1-3/+0
2013-01-09Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith1-3/+0
2012-10-29XIM: remove Private and Public macrosYaakov Selkowitz23-465/+465
2011-12-11XIM: Allow modifier releases in compose sequences (#26705)Andreas Wettstein1-10/+42
2011-10-14Fix "nomal" -> "normal" typo in several commentsAlan Coopersmith1-3/+3
2011-10-14mbtocs should not truncate inputXue Wei1-3/+0
2011-10-14XIM: Make Xim handle NEED_SYNC_REPLY flagChoe Hwanjin4-23/+11
2011-10-11Return name instead of False in XSetICValues()Yann Droneaud1-3/+3
2011-10-11Return name instead of value in XGetIMValues() and XSetIMValues()Yann Droneaud1-6/+6
2011-10-09Fix potential uninitialized variable access in _XimMakeICAttrIDListJeremy Huddleston1-2/+5
2011-04-18Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith4-53/+25
2011-04-18Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith11-46/+21
2011-04-13om: Fix memory leaks on get_font_name error paths.Ander Conselvan de Oliveira1-8/+6
2011-04-13om: Fix potential memory leak in init_om.Ander Conselvan de Oliveira1-10/+12
2011-04-13om: Fix memory leak on read_EncodingInfo error path.Ander Conselvan de Oliveira1-1/+3
2011-04-13Fix memory leaks on _XimCbDispatch error path.Ander Conselvan de Oliveira1-0/+2