summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-05-12CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith
2014-05-12CVE-2014-0211: integer overflow in fs_alloc_glyphs()Alan Coopersmith
2014-05-12CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith
2014-05-12CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith
2014-05-12CVE-2014-0210: unvalidated lengths when reading replies from font serverAlan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()Alan Coopersmith
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-24fs_send_open_font needs to allow namelen of 0 when FontReopen is setAlan Coopersmith
2014-04-23Clean up warnings when src/fc is built with -DDEBUGAlan Coopersmith
2014-04-23Allow enabling src/fc DEBUG helpers via CPPFLAGSAlan Coopersmith
2014-04-21Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith
2014-04-11Fix buffer read overrunPeter Harris
2014-01-29Warning fixes.Keith Packard
2014-01-08Remove redundant setting of 'len' in SPropRecValList_add_by_font_capAlan Coopersmith
2014-01-08Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith
2014-01-08Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith
2014-01-08Fix unused variable 'dir' warningsAlan Coopersmith
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-12-13Don't leak old allocation if realloc fails to enlarge itAlan Coopersmith
2013-11-22Make serverGeneration unsignedJulien Cristau
2013-11-01Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith
2013-11-01xstrdup -> strdupAlan Coopersmith
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan 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
2012-08-24If socket is interrupted with signal EINTR, re-attempt read.Arvind Umrao
2011-11-11Use * precision notation instead of computing sprintf format stringsAlan 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-10-10Support compress files with maxbits < 12Tomas Hoger
2011-09-18libxfont: An uninitialized pointer causes a crash if pcf header is corrupted.Olli Vertanen
2011-09-18Fix empty statement in if conditional.Joerg Sonnenberger
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
2011-05-17Fix memory leak in allocation failure path of BitmapOpenScalable()Alan Coopersmith
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins