libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 18 14:03:00 UTC 2021


 README.md       |   11 +++++++++++
 configure.ac    |    2 +-
 src/Font.c      |    4 +++-
 src/FontInfo.c  |    3 +++
 src/FontNames.c |    3 +++
 src/GetColor.c  |    4 ++++
 src/LoadFont.c  |    4 ++++
 src/LookupCol.c |    6 ++++--
 src/ParseCol.c  |    3 +++
 src/QuExt.c     |    5 +++++
 src/SetFPath.c  |    6 ++++++
 src/SetHints.c  |    7 +++++++
 src/StNColor.c  |    3 +++
 src/StName.c    |    7 ++++++-
 14 files changed, 63 insertions(+), 5 deletions(-)

New commits:
commit 6953a586df4819143c4d55e011b3a5e5377981b8
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Tue May 18 15:27:58 2021 +0200

    Version 1.7.1
    
    Release notes in README.md, version bump in configure.ac

commit 8d2e02ae650f00c4a53deb625211a0527126c605
Author: Matthieu Herrb <matthieu at herrb.eu>
Date:   Fri Feb 19 15:30:39 2021 +0100

    Reject string longer than USHRT_MAX before sending them on the wire
    
    The X protocol uses CARD16 values to represent the length so
    this would overflow.
    
    CVE-2021-31535
    
    Signed-off-by: Matthieu Herrb <matthieu at herrb.eu>



More information about the xorg-commit mailing list