summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXfont 1.4.9libXfont-1.4.9libXfont-1.4-branchAlan Coopersmith2015-03-171-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
* Set close-on-exec for font file I/O.Christos Zoulas2015-03-172-6/+11
* libXfont 1.4.8libXfont-1.4.8Alan Coopersmith2014-05-151-1/+1
* CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith2014-05-131-0/+54
* CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith2014-05-131-0/+15
* CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith2014-05-131-1/+28
* CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith2014-05-131-0/+10
* CVE-2014-0211: integer overflow in fs_alloc_glyphs()Alan Coopersmith2014-05-131-1/+6
* CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith2014-05-131-1/+11
* CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith2014-05-132-0/+46
* CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith2014-05-131-0/+18
* CVE-2014-0210: unvalidated lengths when reading replies from font serverAlan Coopersmith2014-05-131-6/+38
* CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()Alan Coopersmith2014-05-131-2/+18
* CVE-2014-0209: integer overflow of realloc() size in lexAlias()Alan Coopersmith2014-05-131-0/+4
* CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()Alan Coopersmith2014-05-131-0/+5
* Clean up warnings when src/fc is built with -DDEBUGAlan Coopersmith2014-05-131-3/+1
* Allow enabling src/fc DEBUG helpers via CPPFLAGSAlan Coopersmith2014-05-131-1/+2
* Require fontsproto < 2.1.3 for matching function prototypesAlan Coopersmith2014-04-211-1/+1
* Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith2014-04-211-2/+4
* Fix buffer read overrunPeter Harris2014-04-191-1/+1
* Add note to README declaring snf fonts to be deprecatedAlan Coopersmith2014-01-231-1/+2
* Add notes to README about various font formats & configure optionsAlan Coopersmith2014-01-231-0/+58
* Correct comment in configure.ac about scalable font supportAlan Coopersmith2014-01-231-3/+2
* Remove redundant setting of 'len' in SPropRecValList_add_by_font_capAlan Coopersmith2014-01-081-1/+0
* Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith2014-01-081-0/+1
* Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith2014-01-081-5/+0
* Fix unused variable 'dir' warningsAlan Coopersmith2014-01-082-7/+0
* libXfont 1.4.7libXfont-1.4.7Alan Coopersmith2014-01-071-1/+1
* 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
* Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith2013-12-301-0/+5
* Don't leak old allocation if realloc fails to enlarge itAlan Coopersmith2013-12-132-11/+18
* Make serverGeneration unsignedJulien Cristau2013-11-221-1/+1
* Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith2013-11-013-12/+5
* xstrdup -> strdupAlan Coopersmith2013-11-013-31/+2
* libXfont 1.4.6libXfont-1.4.6Alan Coopersmith2013-07-211-1/+1
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-241-5/+0
* Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.Thomas Klausner2013-06-021-0/+2
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-167-9/+9
* autogen.sh: Implement GNOME Build APIColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* catalogue: Fix obvious thinkoAdam Jackson2012-12-071-1/+1
* Omit catalogue support on systems without symlinksYaakov Selkowitz2012-10-293-1/+7
* If socket is interrupted with signal EINTR, re-attempt read.Arvind Umrao2012-08-241-2/+5
* libXfont 1.4.5libXfont-1.4.5Alan Coopersmith2012-03-021-1/+1
* Use * precision notation instead of computing sprintf format stringsAlan Coopersmith2011-11-111-11/+5
* Fix printf warnings about incorrect argument typesAlan Coopersmith2011-11-115-27/+41