summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* ximcp: Address warning found by UBSan when growing an empty treeJeremy Huddleston Sequoia2022-12-101-1/+1
* Copyright & license cleanupAlan Coopersmith2022-11-035-5/+5
* fix a memory leak in XRegisterIMInstantiateCallbackThomas E. Dickey2022-10-041-0/+3
* ximcp/imRm.c: allow XNSpotLocation with OnTheSpotKirill Chibisov2022-09-081-1/+1
* imDefLkup: verify that a pointer isn't NULL before using itBenno Schulenberg2022-02-141-1/+2
* remove a commented-out code fragment, and remove a stray blank lineBenno Schulenberg2022-01-261-3/+1
* Avoid NULL pointer deref. Fixes issue #47.Matthieu Herrb2021-12-031-3/+3
* Avoid undefined behaviour after realloc()Alex Richardson2021-06-161-1/+3
* Don't leave dangling pointers in Free functionsAlan Coopersmith2020-11-182-0/+2
* Copy locale modifiers when creating XimInstCallback [v2]Keith Packard2020-11-171-1/+10
* i18n: use memcpy instead of strncpy on unterminated char arraysAlan Coopersmith2020-08-282-7/+7
* Fix an integer overflow in init_om()Matthieu Herrb2020-08-191-1/+2
* Fix input clients connecting to serverNiclas Zeising2020-08-171-1/+1
* Fix size calculation in `_XimAttributeToValue`.Yichao Yu2020-08-021-2/+2
* Change the data_len parameter of _XimAttributeToValue() to CARD16Matthieu Herrb2020-07-241-1/+1
* Zero out buffers in functionsTodd Carson2020-07-242-10/+21
* Fix more unchecked lengthsTodd Carson2020-07-241-3/+4
* fix integer overflows in _XimAttributeToValue()Todd Carson2020-07-241-4/+18
* Fix signed length values in _XimGetAttributeID()Todd Carson2020-07-241-10/+11
* Fix spelling/wording issuesAlan Coopersmith2020-07-225-11/+11
* Braille: Fix default lookupSamuel Thibault2020-06-041-4/+5
* Braille: Fix typing quicklySamuel Thibault2019-06-071-0/+1
* Avoid use-after-free in _XimProtoSetIMValues()Alan Coopersmith2019-01-011-2/+0
* Replace Xmalloc+strcpy pairs with strdup callsAlan Coopersmith2018-12-081-3/+1
* Remove statement with no effect.Matthieu Herrb2018-08-211-1/+1
* Use flexible array member instead of fake size.Michal Srb2018-03-231-4/+4
* no need to check XFree argumentswalter harms2017-08-201-22/+10
* fix more shadow warningwalter harms2017-08-142-6/+6
* remove argument check for free() adjust one indenwalter harms2017-08-141-29/+28
* Delete #if 0 hunks of codeAlan Coopersmith2015-12-182-58/+0
* Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith2015-12-031-3/+4
* Get rid of some extraneous ; at the end of C source linesAlan Coopersmith2015-10-191-1/+1
* Replace Xmalloc+memset pairs with Xcalloc callsAlan Coopersmith2015-06-042-13/+7
* omGeneric.c: Correct the parameter usage of sizeofBhavi Dhingra2015-06-041-1/+1
* Fix an indentation issuePeter Hutterer2015-05-181-1/+1
* Fix potential memory leakPeter Hutterer2015-05-181-2/+2
* compose: fix the description of modifiers in compose sequencesRan Benita2015-02-051-2/+3
* lcDefConv.c: fix use before checkwalter harms2014-07-061-11/+27
* Remove more redundant null checks before Xfree()walter harms2014-06-0611-163/+102
* libX11/lcGenConv.c fix: dereferenced before checkwalter harms2014-06-061-5/+14
* Don't try so hard to find a matching font with the given encodingJon TURNEY2013-12-131-1/+1
* Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith2013-11-226-4133/+1
* Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next sizeAlan Coopersmith2013-08-241-1/+1
* Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith2013-08-208-21/+21
* Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith2013-08-2021-118/+117
* i18n modules: Fix some const cast warningsAlan Coopersmith2013-08-202-3/+3
* Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()Alan Coopersmith2013-08-201-10/+25
* omGeneric.c: convert sprintf calls to snprintfAlan Coopersmith2013-08-201-10/+11
* ximcp/imRm.c: convert sprintf calls to snprintfAlan Coopersmith2013-08-201-14/+30
* Fix bogus timestamp generated by XIMISHIKAWA,chiaki2013-08-072-0/+21