summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2022-12-10ximcp: Address warning found by UBSan when growing an empty treeJeremy Huddleston Sequoia1-1/+1
2022-11-03Copyright & license cleanupAlan Coopersmith5-5/+5
2022-10-04fix a memory leak in XRegisterIMInstantiateCallbackThomas E. Dickey1-0/+3
2022-09-08ximcp/imRm.c: allow XNSpotLocation with OnTheSpotKirill Chibisov1-1/+1
2022-02-14imDefLkup: verify that a pointer isn't NULL before using itBenno Schulenberg1-1/+2
2022-01-26remove a commented-out code fragment, and remove a stray blank lineBenno Schulenberg1-3/+1
2021-12-03Avoid NULL pointer deref. Fixes issue #47.Matthieu Herrb1-3/+3
2021-06-16Avoid undefined behaviour after realloc()Alex Richardson1-1/+3
2020-11-18Don't leave dangling pointers in Free functionsAlan Coopersmith2-0/+2
2020-11-17Copy locale modifiers when creating XimInstCallback [v2]Keith Packard1-1/+10
2020-08-28i18n: use memcpy instead of strncpy on unterminated char arraysAlan Coopersmith2-7/+7
2020-08-19Fix an integer overflow in init_om()Matthieu Herrb1-1/+2
2020-08-17Fix input clients connecting to serverNiclas Zeising1-1/+1
2020-08-02Fix size calculation in `_XimAttributeToValue`.Yichao Yu1-2/+2
2020-07-24Change the data_len parameter of _XimAttributeToValue() to CARD16Matthieu Herrb1-1/+1
2020-07-24Zero out buffers in functionsTodd Carson2-10/+21
2020-07-24Fix more unchecked lengthsTodd Carson1-3/+4
2020-07-24fix integer overflows in _XimAttributeToValue()Todd Carson1-4/+18
2020-07-24Fix signed length values in _XimGetAttributeID()Todd Carson1-10/+11
2020-07-22Fix spelling/wording issuesAlan Coopersmith5-11/+11
2020-06-04Braille: Fix default lookupSamuel Thibault1-4/+5
2019-06-07Braille: Fix typing quicklySamuel Thibault1-0/+1
2019-01-01Avoid use-after-free in _XimProtoSetIMValues()Alan Coopersmith1-2/+0
2018-12-08Replace Xmalloc+strcpy pairs with strdup callsAlan Coopersmith1-3/+1
2018-08-21Remove statement with no effect.Matthieu Herrb1-1/+1
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