summaryrefslogtreecommitdiff
path: root/src/bitmap
AgeCommit message (Expand)Author
2024-02-03bitscale.c: remove unused MAX() macroAlan Coopersmith
2024-02-03bitscale.c: ensure SCORE macro expands properlyAlan Coopersmith
2024-02-03bitscale.c: ensure SCORE2 macro expands properlyAlan Coopersmith
2022-04-06Fix spelling/wording issuesAlan Coopersmith
2019-08-17ComputeScaledProperties: check for valid pointers before making atomsAlan Coopersmith
2019-08-17Fix whitespaceMaya Rashish
2019-08-04Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith
2017-10-04pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb
2016-05-29bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia
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-12-08Add compiler warning flags and fix warningsKeith Packard
2015-10-20Fix is*() usage.Thomas Klausner
2015-07-28bdfReadCharacters: Allow negative DWIDTH valuesBenjamin Tissoires
2015-03-17bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]Alan Coopersmith
2015-03-17bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]Alan Coopersmith
2015-03-17bdfReadProperties: property count needs range check [CVE-2015-1802]Alan Coopersmith
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz
2014-05-23Use default glyphs when getting 16-bit font with 8-bit textKeith Packard
2014-05-23Don't build unused code in bitmapfunc.c if all bitmap formats are disabledAlan Coopersmith
2014-05-23Don't compile bitmap source files for disabled formatsAlan Coopersmith
2014-05-23Drop imake/monolithic compatibility #define mappingAlan Coopersmith
2014-01-29Warning fixes.Keith Packard
2013-12-30Limit additional sscanf strings to fit buffer sizesAlan Coopersmith
2013-12-30CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()Alan Coopersmith
2013-01-16Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2011-11-11Fix printf warnings about incorrect argument typesAlan Coopersmith
2011-11-11Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formatsAlan Coopersmith
2011-11-11Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-09-18libxfont: An uninitialized pointer causes a crash if pcf header is corrupted.Olli Vertanen
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-05-17Fix memory leak in allocation failure path of BitmapOpenScalable()Alan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2009-01-29Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade
2009-01-20Delete some dead ifdefsAdam Jackson
2009-01-20xalloc -> malloc, etc.Adam Jackson
2009-01-20Remove PMF support.Adam Jackson
2009-01-20Remove useless #defineAdam Jackson
2008-12-19libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade
2008-11-04Don't clobber CFLAGS in configureJulien Cristau
2008-08-21Add support for bzip2 bitmap font compressionAlan Coopersmith
2008-01-17Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb
2007-06-07Static markup over bitmap and builtins.Adam Jackson
2007-06-07Warning cleanup.Adam Jackson
2007-04-03Integer overflow vulnerabilitiesMatthieu Herrb
2006-08-30Fix typo in comment (alreadt -> already)Alan Coopersmith
2006-07-23More check on PCF file reading. Bugzilla #7535Matthieu Herrb
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2005-07-09Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_16XORG-6_8_99_15Keith Packard