summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
7 daysFix buffer overrun in parse_omit_nameHEADmasterJosé Expósito1-1/+1
7 daysFix memory leak in _XimProtoSetIMValuesJosé Expósito1-2/+5
7 daysFix use of uninitialized variable in _XimEncodeICATTRIBUTEJosé Expósito1-0/+1
7 daysFix use of uninitialized variable in _XimExtensionJosé Expósito1-1/+1
7 daysFix use of uninitialized variable in _XimTriggerNotifyJosé Expósito1-1/+1
2024-04-26imDefIm: Add LIBX11_ENABLE_FABRICATED_ORDER envTakao Fujiwara1-0/+10
2024-04-26ximcp: Unmark fabricated with serial 0 and Xic commit_infoTakao Fujiwara2-3/+13
2024-04-26Accept anon windows in XFilterEvent to update XIM stateTakao Fujiwara1-4/+30
2024-04-26ximcp: Add fabricated_time in XimProtoPrivate for timeoutTakao Fujiwara3-17/+41
2024-04-12imDefLkup: Mark and unmark fabricated with serial 0Takao Fujiwara1-5/+12
2024-04-12imDefLkup: Commit first info in XimCommitInfoTakao Fujiwara1-11/+49
2024-04-12ximcp: Unmark to fabricate key events with XKeyEvent serialTakao Fujiwara3-9/+58
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