summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-26libXfont2 2.0.6libXfont2-2.0.6Alan Coopersmith1-2/+2
2022-08-11Fix buffer overrun in FontFileMakeDir on WIN32Peter Harris1-4/+5
2022-06-21Fix comments to reflect removal of OS/2 supportAlan Coopersmith3-4/+4
2022-06-21Correct fsCreateACReq lengthJeremy Huddleston Sequoia1-1/+1
2022-06-20configure: Use pkg-config to handle zlib dependency if possibleAlan Coopersmith3-3/+8
2022-04-06Fix spelling/wording issuesAlan Coopersmith11-16/+16
2022-04-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-04-06gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2021-08-01libXfont2 2.0.5libXfont2-2.0.5Alan Coopersmith1-1/+1
2021-07-14Fix out-of-bounds read in FontFileMakeDir()Alex Richardson1-4/+1
2021-06-12configure: define HAVE_LIBBSD when libbsd was foundBernd Kuhls1-0/+3
2021-03-02Fix use after free when font server connection lostPeter Harris1-21/+19
2020-03-06Fix crash when font server connection lostPeter Harris1-10/+10
2019-10-25Fix Win32 build since c4ed2e06 "Add some unit testing utilities"Jon Turney5-1/+55
2019-09-16README: Remove mention of libXfont 1.5Adam Jackson1-9/+4
2019-09-14libXfont2 2.0.4libXfont2-2.0.4Alan Coopersmith1-1/+1
2019-09-14Add src/util/replace.h to noinst_HEADERS so it gets included in tarballsAlan Coopersmith1-1/+2
2019-08-17fs_read_glyphs: check if rep is null before dereferencingAlan Coopersmith1-1/+2
2019-08-17CatalogueRescan: if opendir() fails, unref fpes, but don't free the catAlan Coopersmith1-4/+2
2019-08-17ComputeScaledProperties: check for valid pointers before making atomsAlan Coopersmith1-2/+4
2019-08-17stubs/atom.c: check for ResizeHashTable failureAlan Coopersmith1-1/+3
2019-08-17Fix whitespaceMaya Rashish1-1/+1
2019-08-04fontxlfd.c: tell gcc that switch fallthrough is intentionalAlan Coopersmith1-0/+1
2019-08-04Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith14-28/+39
2019-08-03Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith12-14/+25
2019-08-03Add reallocarray fallback if not provided by libc nor libbsdAlan Coopersmith3-1/+54
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith8-102/+131
2019-08-03Add strlcat & strlcpy fallbacks if not provided by libc nor libbsdAlan Coopersmith5-1/+162
2019-08-03Add some unit testing utilitiesAlan Coopersmith5-0/+487
2019-05-14fontfile: Remove unused 'bc' slot from _FontEntryAdam Jackson2-9/+0
2019-03-16Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-90/+91
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama1-16/+16
2017-11-25libXfont2 2.0.3libXfont2-2.0.3Matthieu Herrb1-1/+1
2017-11-25Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb2-4/+26
2017-10-11libXfont 2.0.2libXfont2-2.0.2Adam Jackson1-1/+1
2017-10-04pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb1-2/+11
2017-10-04Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb1-1/+3
2017-04-27readme: Update for libXfont 2.0 interface changeAdam Jackson1-6/+11
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-06-10freetype: Fix a logic error in computing face nameAdam Jackson1-1/+0
2016-06-10autogen: Set a default subject prefix for patchesAdam Jackson1-0/+3
2016-06-08configure: Use -fvisibility=hidden if availableAdam Jackson1-0/+17
2016-05-30fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia1-3/+1
2016-05-30fstrans: Remove unused foo() functionJeremy Huddleston Sequoia1-2/+0
2016-05-29fserve: Silence a -Wformat warningJeremy Huddleston Sequoia1-2/+2
2016-05-29bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia1-0/+4
2016-05-29FreeType: Correct an allocation sizeJeremy Huddleston Sequoia1-1/+1
2015-12-12Revert "Add compiler warning flags". Leave warning fixes.Keith Packard2-307/+0