summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct fsCreateACReq lengthlibXfont-1.5-branchJeremy Huddleston Sequoia2022-06-211-1/+1
* Add some unit testing utilitiesAlan Coopersmith2019-08-038-1/+385
* libXfont 1.5.4libXfont-1.5.4Matthieu Herrb2017-11-281-1/+1
* Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb2017-11-252-4/+26
* libXfont 1.5.3libXfont-1.5.3Matt Turner2017-10-191-1/+1
* pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb2017-10-191-2/+11
* Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb2017-10-191-1/+3
* libXfont 1.5.2libXfont-1.5.2Adam Jackson2016-08-311-1/+1
* fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia2016-05-301-3/+1
* fserve: Silence a -Wformat warningJeremy Huddleston Sequoia2016-05-301-2/+2
* bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia2016-05-301-0/+4
* FreeType: Correct an allocation sizeJeremy Huddleston Sequoia2016-05-301-1/+1
* Fix warningsKeith Packard2016-05-303-9/+8
* Use NO_WEAK_SYMBOLS instead of -flat_namespaceJeremy Huddleston Sequoia2015-10-212-13/+1
* stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stu...Jeremy Huddleston Sequoia2015-10-211-23/+23
* Fix is*() usage.Thomas Klausner2015-10-204-11/+11
* bdfReadCharacters: Allow negative DWIDTH valuesBenjamin Tissoires2015-07-281-1/+1
* doc: add a couple olinks to fsproto & xfs-design docsAlan Coopersmith2015-03-201-1/+4
* libXfont 1.5.1libXfont-1.5.1Alan 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-02-262-6/+11
* Use 'imdent' to realign cpp indentation levels in fslibos.hAlan Coopersmith2014-11-051-109/+109
* Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith2014-11-051-2/+0
* libXfont 1.5.0libXfont-1.5.0Alan Coopersmith2014-07-191-1/+1
* libXfont 1.4.99.901libXfont-1.4.99.901Alan Coopersmith2014-07-071-1/+1
* Make shared library work on Cygwin/MinGWYaakov Selkowitz2014-06-2725-28/+182
* 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-232-7/+20
* Drop imake/monolithic compatibility #define mappingAlan Coopersmith2014-05-232-32/+0
* Change default to disabling SNF supportAlan Coopersmith2014-05-232-6/+6
* Use AS_HELP_STRING to provide help for AC_ARG_ENABLE & AC_ARG_WITH optionsAlan Coopersmith2014-05-231-8/+29
* CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith2014-05-121-0/+54
* CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith2014-05-121-0/+15
* CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith2014-05-121-1/+28
* CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith2014-05-121-0/+10
* CVE-2014-0211: integer overflow in fs_alloc_glyphs()Alan Coopersmith2014-05-121-1/+6
* CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith2014-05-121-1/+11
* CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith2014-05-122-0/+46
* CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith2014-05-121-0/+18
* CVE-2014-0210: unvalidated lengths when reading replies from font serverAlan Coopersmith2014-05-121-6/+38
* CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()Alan Coopersmith2014-05-121-2/+18
* CVE-2014-0209: integer overflow of realloc() size in lexAlias()Alan Coopersmith2014-05-121-0/+4
* CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()Alan Coopersmith2014-05-121-0/+5
* fs_send_open_font needs to allow namelen of 0 when FontReopen is setAlan Coopersmith2014-04-241-1/+1
* Clean up warnings when src/fc is built with -DDEBUGAlan Coopersmith2014-04-231-3/+1
* Allow enabling src/fc DEBUG helpers via CPPFLAGSAlan Coopersmith2014-04-231-1/+2
* Bump version to 1.4.99.0 for master branch (to become 1.5)Alan Coopersmith2014-04-211-1/+1