summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Use autoconf to check for float.h instead of platform-specific ifdefsHEADmasterAlan Coopersmith1-7/+2
2024-02-17unifdef NCDAlan Coopersmith2-51/+0
2024-02-17unifdef LynxAlan Coopersmith1-4/+0
2024-02-17unifdef ISCAlan Coopersmith1-4/+0
2024-02-17unifdef __OSF1__Alan Coopersmith1-7/+3
2024-02-17unifdef sonyAlan Coopersmith1-11/+0
2024-02-03bitscale.c: remove unused MAX() macroAlan Coopersmith1-4/+0
2024-02-03bitscale.c: ensure SCORE macro expands properlyAlan Coopersmith1-7/+7
2024-02-03bitscale.c: ensure SCORE2 macro expands properlyAlan Coopersmith1-3/+3
2024-01-24Modernize lseek() callsAlan Coopersmith1-4/+4
2023-03-25Set close-on-exec when opening fonts.dir & fonts.alias filesAlan Coopersmith1-2/+6
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2-2/+2
2022-11-26atom: Update Hash() to be unsignedJeremy Huddleston Sequoia1-18/+16
2022-11-10Fix font server reconnection timeoutPeter Harris1-0/+2
2022-10-06Switch from libbsd to libbsd-overlayGuillem Jover1-6/+0
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-04-06Fix spelling/wording issuesAlan Coopersmith9-13/+13
2021-07-14Fix out-of-bounds read in FontFileMakeDir()Alex Richardson1-4/+1
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 Turney2-0/+45
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 Coopersmith10-12/+21
2019-08-03Add reallocarray fallback if not provided by libc nor libbsdAlan Coopersmith2-0/+53
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith8-102/+131
2019-08-03Add strlcat & strlcpy fallbacks if not provided by libc nor libbsdAlan Coopersmith3-0/+158
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama1-16/+16
2017-11-25Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb2-4/+26
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
2016-06-10freetype: Fix a logic error in computing face nameAdam Jackson1-1/+0
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-09Convert to non-recursive build.Matt Turner9-202/+0
2015-12-08Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard74-894/+672
2015-12-08Add compiler warning flags and fix warningsKeith Packard4-9/+10
2015-10-21Use NO_WEAK_SYMBOLS instead of -flat_namespaceJeremy Huddleston Sequoia1-10/+1
2015-10-21stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stu...Jeremy Huddleston Sequoia1-23/+23
2015-10-20Fix is*() usage.Thomas Klausner4-11/+11