summaryrefslogtreecommitdiff
path: root/src/fontfile
AgeCommit message (Expand)Author
2024-01-24Modernize lseek() callsAlan Coopersmith
2023-03-25Set close-on-exec when opening fonts.dir & fonts.alias filesAlan Coopersmith
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith
2022-08-11Fix buffer overrun in FontFileMakeDir on WIN32Peter Harris
2022-06-21Fix comments to reflect removal of OS/2 supportAlan Coopersmith
2022-04-06Fix spelling/wording issuesAlan Coopersmith
2021-07-14Fix out-of-bounds read in FontFileMakeDir()Alex Richardson
2019-08-17CatalogueRescan: if opendir() fails, unref fpes, but don't free the catAlan Coopersmith
2019-08-04Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith
2019-08-03Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith
2017-11-25Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb
2017-10-04Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb
2015-12-09Convert to non-recursive build.Matt Turner
2015-12-08Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard
2015-02-26Set close-on-exec for font file I/O.Christos Zoulas
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz
2014-05-12CVE-2014-0209: integer overflow of realloc() size in lexAlias()Alan Coopersmith
2014-05-12CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()Alan Coopersmith
2014-04-21Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith
2014-01-29Warning fixes.Keith Packard
2014-01-08Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith
2014-01-08Fix unused variable 'dir' warningsAlan Coopersmith
2013-11-01Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith
2013-06-02Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.Thomas Klausner
2013-01-16Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2012-12-07catalogue: Fix obvious thinkoAdam Jackson
2012-10-29Omit catalogue support on systems without symlinksYaakov Selkowitz
2011-11-11Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-10Support compress files with maxbits < 12Tomas Hoger
2011-09-17Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-08-10LZW decompress: fix for CVE-2011-2895Thomas Hoger
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith
2009-10-07Remove unused setting of ENCODINGSDIRAlan Coopersmith
2009-09-15 Fixed int(*)()->double cast warningBob Ham
2009-01-29Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade
2009-01-20Allow case insensitive filename matching in fontfile.Adam Jackson
2009-01-20Delete some dead ifdefsAdam Jackson
2009-01-20Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.Adam Jackson
2009-01-20Drop OS/2 supportAdam Jackson
2009-01-20xalloc -> malloc, etc.Adam Jackson
2009-01-20Remove printer font support.Adam Jackson
2009-01-20Remove loadable renderer support.Adam Jackson
2009-01-20Get rid of a useless arrayAdam Jackson
2009-01-20Delete Type1Adam Jackson
2009-01-20Delete speedoAdam Jackson
2008-12-19libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade