summaryrefslogtreecommitdiff
path: root/src/bitmap
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling/wording issuesAlan Coopersmith2022-04-063-4/+4
* ComputeScaledProperties: check for valid pointers before making atomsAlan Coopersmith2019-08-171-2/+4
* Fix whitespaceMaya Rashish2019-08-171-1/+1
* Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith2019-08-046-17/+23
* Use bounds checking string functions everywhereAlan Coopersmith2019-08-031-1/+1
* pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb2017-10-041-2/+11
* bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia2016-05-291-0/+4
* Convert to non-recursive build.Matt Turner2015-12-091-29/+0
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-0810-6/+13
* Add compiler warning flags and fix warningsKeith Packard2015-12-082-3/+2
* Fix is*() usage.Thomas Klausner2015-10-201-2/+2
* bdfReadCharacters: Allow negative DWIDTH valuesBenjamin Tissoires2015-07-281-1/+1
* bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]Alan Coopersmith2015-03-171-2/+24
* bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]Alan Coopersmith2015-03-171-1/+4
* bdfReadProperties: property count needs range check [CVE-2015-1802]Alan Coopersmith2015-03-171-1/+3
* Make shared library work on Cygwin/MinGWYaakov Selkowitz2014-06-271-3/+3
* Use default glyphs when getting 16-bit font with 8-bit textKeith Packard2014-05-231-1/+5
* Don't build unused code in bitmapfunc.c if all bitmap formats are disabledAlan Coopersmith2014-05-231-0/+15
* Don't compile bitmap source files for disabled formatsAlan Coopersmith2014-05-231-7/+17
* Drop imake/monolithic compatibility #define mappingAlan Coopersmith2014-05-232-32/+0
* Warning fixes.Keith Packard2014-01-291-2/+2
* Limit additional sscanf strings to fit buffer sizesAlan Coopersmith2013-12-301-3/+11
* CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()Alan Coopersmith2013-12-301-1/+1
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-161-1/+1
* Fix printf warnings about incorrect argument typesAlan Coopersmith2011-11-115-27/+41
* Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formatsAlan Coopersmith2011-11-111-1/+1
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-11-112-7/+7
* libxfont: An uninitialized pointer causes a crash if pcf header is corrupted.Olli Vertanen2011-09-181-0/+2
* Strip trailing whitespaceAlan Coopersmith2011-09-1610-94/+94
* Fix memory leak in allocation failure path of BitmapOpenScalable()Alan Coopersmith2011-05-171-7/+4
* Purge cvs tags.Jesse Adkins2010-10-0611-26/+0
* Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade2009-01-291-6/+0
* Delete some dead ifdefsAdam Jackson2009-01-201-15/+0
* xalloc -> malloc, etc.Adam Jackson2009-01-208-161/+143
* Remove PMF support.Adam Jackson2009-01-203-512/+6
* Remove useless #defineAdam Jackson2009-01-201-3/+0
* libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade2008-12-195-19/+1
* Don't clobber CFLAGS in configureJulien Cristau2008-11-041-0/+2
* Add support for bzip2 bitmap font compressionAlan Coopersmith2008-08-212-19/+53
* Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb2008-01-171-0/+6
* Static markup over bitmap and builtins.Adam Jackson2007-06-074-54/+53
* Warning cleanup.Adam Jackson2007-06-071-1/+1
* Integer overflow vulnerabilitiesMatthieu Herrb2007-04-031-0/+11
* Fix typo in comment (alreadt -> already)Alan Coopersmith2006-08-301-1/+1
* More check on PCF file reading. Bugzilla #7535Matthieu Herrb2006-07-231-1/+28
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_16XORG-6_8_99_15Keith Packard2005-07-092-12/+52
* Include config.h in every source file to make sure necessary options areKeith Packard2005-07-0910-0/+39
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-091-2/+2
* Install publicly used headers in X11/fonts.XORG-6_8_99_14Kevin E Martin2005-07-037-8/+8