summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening fonts.dir & fonts.alias filesHEADmasterAlan Coopersmith2023-03-251-2/+6
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-041-2/+3
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-256-6/+6
* configure: raise minimum autoconf requirement to 2.70Alan Coopersmith2023-02-162-5/+6
* atom: Update Hash() to be unsignedJeremy Huddleston Sequoia2022-11-261-18/+16
* Fix font server reconnection timeoutPeter Harris2022-11-101-0/+2
* Only link with libbsd if needed for reallocarray() or strlcat()Alan Coopersmith2022-11-051-3/+9
* Switch from libbsd to libbsd-overlayGuillem Jover2022-10-062-15/+6
* libXfont2 2.0.6libXfont2-2.0.6Alan Coopersmith2022-08-261-2/+2
* Fix buffer overrun in FontFileMakeDir on WIN32Peter Harris2022-08-111-4/+5
* Fix comments to reflect removal of OS/2 supportAlan Coopersmith2022-06-213-4/+4
* Correct fsCreateACReq lengthJeremy Huddleston Sequoia2022-06-211-1/+1
* configure: Use pkg-config to handle zlib dependency if possibleAlan Coopersmith2022-06-203-3/+8
* Fix spelling/wording issuesAlan Coopersmith2022-04-0611-16/+16
* Build xz tarballs instead of bzip2Alan Coopersmith2022-04-061-1/+1
* gitlab CI: add a basic build testAlan Coopersmith2022-04-061-0/+99
* libXfont2 2.0.5libXfont2-2.0.5Alan Coopersmith2021-08-011-1/+1
* Fix out-of-bounds read in FontFileMakeDir()Alex Richardson2021-07-141-4/+1
* configure: define HAVE_LIBBSD when libbsd was foundBernd Kuhls2021-06-121-0/+3
* Fix use after free when font server connection lostPeter Harris2021-03-021-21/+19
* Fix crash when font server connection lostPeter Harris2020-03-061-10/+10
* Fix Win32 build since c4ed2e06 "Add some unit testing utilities"Jon Turney2019-10-255-1/+55
* README: Remove mention of libXfont 1.5Adam Jackson2019-09-161-9/+4
* libXfont2 2.0.4libXfont2-2.0.4Alan Coopersmith2019-09-141-1/+1
* Add src/util/replace.h to noinst_HEADERS so it gets included in tarballsAlan Coopersmith2019-09-141-1/+2
* fs_read_glyphs: check if rep is null before dereferencingAlan Coopersmith2019-08-171-1/+2
* CatalogueRescan: if opendir() fails, unref fpes, but don't free the catAlan Coopersmith2019-08-171-4/+2
* ComputeScaledProperties: check for valid pointers before making atomsAlan Coopersmith2019-08-171-2/+4
* stubs/atom.c: check for ResizeHashTable failureAlan Coopersmith2019-08-171-1/+3
* Fix whitespaceMaya Rashish2019-08-171-1/+1
* fontxlfd.c: tell gcc that switch fallthrough is intentionalAlan Coopersmith2019-08-041-0/+1
* Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith2019-08-0414-28/+39
* Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith2019-08-0312-14/+25
* Add reallocarray fallback if not provided by libc nor libbsdAlan Coopersmith2019-08-033-1/+54
* Use bounds checking string functions everywhereAlan Coopersmith2019-08-038-102/+131
* Add strlcat & strlcpy fallbacks if not provided by libc nor libbsdAlan Coopersmith2019-08-035-1/+162
* Add some unit testing utilitiesAlan Coopersmith2019-08-035-0/+487
* fontfile: Remove unused 'bc' slot from _FontEntryAdam Jackson2019-05-142-9/+0
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2019-03-161-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-90/+91
* avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama2018-03-241-16/+16
* libXfont2 2.0.3libXfont2-2.0.3Matthieu Herrb2017-11-251-1/+1
* Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb2017-11-252-4/+26
* libXfont 2.0.2libXfont2-2.0.2Adam Jackson2017-10-111-1/+1
* pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb2017-10-041-2/+11
* Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb2017-10-041-1/+3
* readme: Update for libXfont 2.0 interface changeAdam Jackson2017-04-271-6/+11
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* freetype: Fix a logic error in computing face nameAdam Jackson2016-06-101-1/+0