summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-19unifdef NULL_NOT_ZEROHEADmasterAlan Coopersmith1-16/+1
2024-02-19unifdef ATTSHAREDLIBAlan Coopersmith1-14/+0
2024-02-04libXext 1.3.6libXext-1.3.6Alan Coopersmith1-1/+1
2023-11-07XEVI: fix -Walloc-sizeSam James1-1/+1
2023-10-08_xgeDpyClose: handle NULL return from _xgeFindDisplayAlan Coopersmith1-1/+1
2023-10-08Check for malloc failure in _xgeGetExtensionVersionAlan Coopersmith1-2/+4
2023-10-08_xgeGetExtensionVersion should not free info on failureAlan Coopersmith1-1/+0
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+2
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith2-5/+6
2022-11-20Wrap Xext*CheckExtension() in do { ... } while(0)Alan Coopersmith1-4/+6
2022-10-28libXext 1.3.5libXext-1.3.5Alan Coopersmith1-2/+2
2022-10-17COPYING: Add info for Xge.* and reallocarray.* filesAlan Coopersmith1-1/+16
2022-10-17Remove "All rights reserved" from Oracle copyright notices.Alan Coopersmith15-15/+14
2022-07-17configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other definesAlan Coopersmith1-0/+5
2022-06-11Convert calls to Xmalloc arrays to use Xmallocarray insteadAlan Coopersmith3-4/+7
2022-06-11Import reallocarray() from libX11Alan Coopersmith4-2/+91
2022-06-10Use calloc instead of malloc if we may not initialize all the bytesAlan Coopersmith5-6/+6
2022-06-10Remove unnecessary (char *) casts from Xfree() argumentsAlan Coopersmith5-12/+12
2022-06-10Remove unnecessary casts of malloc/calloc resultsAlan Coopersmith8-15/+13
2022-06-10Add extutilP.h header for xgeExtRegister() prototypeAlan Coopersmith4-3/+50
2022-06-10Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8Alan Coopersmith2-2/+2
2022-06-10gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2022-06-10Fix spelling/wording issuesAlan Coopersmith15-18/+18
2022-06-10Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-08-03add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4Matthieu Herrb1-0/+2
2019-03-16libXext 1.3.4libXext-1.3.4Alan Coopersmith1-1/+1
2019-03-16Add description of libXext to README.mdAlan Coopersmith1-0/+3
2019-03-16Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-29/+24
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-03-03Use __builtin_popcountl if available to replace Ones() in XSecurity.cAlan Coopersmith3-2/+182
2016-03-03Fix typos in man pagesAlan Coopersmith2-2/+2
2016-03-03Assert that values buffer has enough room for provided valuesAlan Coopersmith1-0/+5
2016-03-03XSecurityGenerateAuthorization: Allocate enough space in values bufferRob Wu1-1/+1
2014-07-24libXext 1.3.3libXext-1.3.3Peter Hutterer1-1/+1
2014-03-17Xge: remove warning messages about missing Xge extension event translationsKeith Packard1-7/+0
2014-03-08XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointerAlan Coopersmith1-2/+4
2014-01-20Stricter event error checkingNathan Kidd1-11/+17
2013-11-07Remove fallback for _XEatDataWords, require libX11 1.6 for itAlan Coopersmith10-55/+1
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith3-18/+0
2013-06-22Replace sprintf with snprintf when looking up extension error stringsAlan Coopersmith2-2/+2
2013-05-31libXext 1.3.2libXext-1.3.2Alan Coopersmith1-1/+1
2013-05-02integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]Alan Coopersmith1-7/+25
2013-05-02integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]Alan Coopersmith1-10/+14
2013-04-26integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]Alan Coopersmith1-7/+18
2013-04-26several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]Alan Coopersmith1-10/+17
2013-04-26integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]Alan Coopersmith1-14/+11
2013-04-26integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]Alan Coopersmith1-7/+12