summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Revert "ximcp: Unmark to fabricate key events with XKeyEvent serial"Peter Hutterer3-58/+9
2024-04-05Revert "imDefLkup: Commit first info in XimCommitInfo"Peter Hutterer1-49/+11
2024-02-20unifdef LynxAlan Coopersmith2-2/+2
2024-01-31imDefLkup: Commit first info in XimCommitInfoTakao Fujiwara1-11/+49
2024-01-31ximcp: Unmark to fabricate key events with XKeyEvent serialTakao Fujiwara3-9/+58
2024-01-08_XimProtoIMFree:no need to check arg for Xfree()Walter Harms1-66/+51
2024-01-08_XimEncodeString:no need to check arg for Xfree()Walter Harms1-3/+2
2024-01-08Fix XCreateIC() memory leak (Part 2)Walter Harms1-3/+19
2024-01-08_XimLocalDestroyIC:fix possible mem leakWalter Harms1-0/+7
2024-01-08_XimLocalCreateIC: get rid of bzeroWalter Harms1-3/+2
2024-01-08_XimLocalCreateIC: minor cleanupWalter Harms1-2/+4
2024-01-08_XimLocalCreateIC:no need to check arg for Xfree()Walter Harms1-4/+3
2024-01-08_XimLocalDestroyIC: no need to check arg for Xfree()Walter Harms1-4/+4
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