summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freetype: Fix a logic error in computing face nameAdam Jackson2016-06-101-1/+0
* fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia2016-05-301-3/+1
* fstrans: Remove unused foo() functionJeremy Huddleston Sequoia2016-05-301-2/+0
* fserve: Silence a -Wformat warningJeremy Huddleston Sequoia2016-05-291-2/+2
* bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia2016-05-291-0/+4
* FreeType: Correct an allocation sizeJeremy Huddleston Sequoia2016-05-291-1/+1
* Convert to non-recursive build.Matt Turner2015-12-099-202/+0
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-0874-894/+672
* Add compiler warning flags and fix warningsKeith Packard2015-12-084-9/+10
* Use NO_WEAK_SYMBOLS instead of -flat_namespaceJeremy Huddleston Sequoia2015-10-211-10/+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
* 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
* 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-231-7/+17
* Drop imake/monolithic compatibility #define mappingAlan Coopersmith2014-05-232-32/+0
* 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
* Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith2014-04-211-2/+4
* Fix buffer read overrunPeter Harris2014-04-111-1/+1
* Warning fixes.Keith Packard2014-01-2913-46/+52
* 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
* 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
* Don't leak old allocation if realloc fails to enlarge itAlan Coopersmith2013-12-132-11/+18
* Make serverGeneration unsignedJulien Cristau2013-11-221-1/+1