libXfont: Changes to 'refs/tags/libXfont-1.4.8'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu May 15 19:52:45 PDT 2014


Tag 'libXfont-1.4.8' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2014-05-16 03:52 -0700

libXfont-1.4.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (SunOS)

iQIcBAABCgAGBQJTdX1wAAoJEM/fFIgoxkKnfAcP/RkgEH33mWUU09c6cJcb3ott
uHm2UWv617O293g82j/E8Y0zAndsTgGD/p5qFZlZkI3Ucvr+q+Yxr2Bkpc6tnN6f
Ucjx/onJ/pJjhk0OK0QHo0pPpeBNC00ikxOa7zcajKDkz2xxTPxEKMPQOFgt9InW
KLNo8NO+lFBOkYyX0cJBVr+OuIE4vyYTQ+GhjZZ2NgfSPDUwBoQs70R1JdqNZJxy
bt1vR/xc17r5olMcVosdSoP96XFEi1NNgKagWGbudkiS2V63k2YvsZ33LljcU3zF
5j83dpYaW2SlkP2RgjJmxxgBxiBxH00XvMp9RwtI3k5jIrN7MWxR5sAUSaV21iUM
2/tFej1DG46IlbBFBCkwwe3vQiA2+UUIe/6vAKhNraIWRkzmqS+bwLchfpaTuj5n
hH1ZdD3reBE2y2F09dpKx980bZ4Snf0+siP28R2wGUjsP2m8JFDgh29vhXTA1BRt
1XznoW8ziGmWLS+z3Yt517tdYzyCeUURUCGjRGzQGK1FikQZ2DYWo5+cAStEI8Od
q0AcvdLmD/svZ8mbiBkO18ZmaosDfOMnXUVShI+9vqJiDYvyDi0k3UdOrRzDJRRP
Lc7rO51FUU+EDDY8wt9BIHy+9/qW1RytZxgzlp61FQgO3RDKSKsGc9adcau5NcuD
1F+KP8RwylHWHAldEs5T
=jcMu
-----END PGP SIGNATURE-----

Changes since libXfont-1.4.7:
Alan Coopersmith (24):
      Fix unused variable 'dir' warnings
      Remove redundant declaration of FontFileStartListFonts()
      Initialize (unused) data field in fsListCataloguesReq before sending it.
      Remove redundant setting of 'len' in SPropRecValList_add_by_font_cap
      Correct comment in configure.ac about scalable font support
      Add notes to README about various font formats & configure options
      Add note to README declaring snf fonts to be deprecated
      Check if pointer returned by BufFileCreate is NULL before writing to it
      Require fontsproto < 2.1.3 for matching function prototypes
      Allow enabling src/fc DEBUG helpers via CPPFLAGS
      Clean up warnings when src/fc is built with -DDEBUG
      CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()
      CVE-2014-0209: integer overflow of realloc() size in lexAlias()
      CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()
      CVE-2014-0210: unvalidated lengths when reading replies from font server
      CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_read
      CVE-2014-0210: unvalidated length fields in fs_read_query_info()
      CVE-2014-0211: integer overflow in fs_read_extent_info()
      CVE-2014-0211: integer overflow in fs_alloc_glyphs()
      CVE-2014-0210: unvalidated length fields in fs_read_extent_info()
      CVE-2014-0210: unvalidated length fields in fs_read_glyphs()
      CVE-2014-0210: unvalidated length fields in fs_read_list()
      CVE-2014-0210: unvalidated length fields in fs_read_list_info()
      libXfont 1.4.8

Peter Harris (1):
      Fix buffer read overrun

---
 README                   |   59 +++++++++++
 configure.ac             |    9 -
 src/FreeType/ftfuncs.c   |    2 
 src/FreeType/xttcap.c    |    1 
 src/builtins/fpe.c       |    3 
 src/fc/fsconvert.c       |   16 ++-
 src/fc/fserve.c          |  244 ++++++++++++++++++++++++++++++++++++++++++++---
 src/fc/fsio.h            |    3 
 src/fontfile/bufio.c     |    6 -
 src/fontfile/catalogue.c |    9 -
 src/fontfile/dirfile.c   |    4 
 src/fontfile/fontdir.c   |    5 
 12 files changed, 325 insertions(+), 36 deletions(-)
---


More information about the xorg-commit mailing list