libICE: Changes to 'refs/tags/libICE-1.0.10'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jul 14 17:45:07 UTC 2019


Tag 'libICE-1.0.10' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2019-07-14 17:44 +0000

libICE-1.0.10
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJdK2ocAAoJEM/fFIgoxkKnbtsQAIz4av7VCVG8jvsFqHQKyAs/
zld9bQTe9DvUUIxN89cxPTP9RCfpGRwW/pzGHNE8Yb4Uqzerk+OZQ3ofY1z6swRA
5knZyeyjpAvFT2ZUwSgjZ90ggFxiYkGHUudeZeqjr8bVMflYFlHrNxed5T5onQ43
BP3eXCkcC8zMzsM9DYShU1ebTGtpnXSV0Nlf/mTZi0vK92BorY2M2SurBWUByt89
JZrnOQVyNXI8YzhtJsEMdBWXgTL1GSOGAW4T9oDKbk98qrlMKJgDLszpdVLuXq/c
Y9bcop/4iq4Kp5tW00yif1GnYn0sY1x2yB40qRsEwJjaeSpb7TV9ZS2bBDc43nQT
eYXWuBhEARQp29RsphXGacIcY+H6hypHEGRKUSbXKMtgwuWsxzVN+nBN24aTS0RV
NoUFMYtzU+0c9CSg7ieVCGjRvrCdCQM5D5oY+DCN3mMT7XKTKzjJUYQIq1JTNVNe
u+HgBHXtqB2WWlNqFJq1sxtbdrQbm178t2s8zsZAqgdmlMvzd1Yve8D2zzWL+lUY
IaBCVRxF0jdlpG6t9VQ5kXzDnorMLELmJq1YWAkJTNzz9UFgGE6zJG5T8dZePauX
WWp9bWLW2wGk/wpWU+kkmyhrzn/0lemgAEKFX3nW0o+fhRa7YPn+jB98rSH/pis3
mV63w7Dvy7KD+jgE8PYR
=rTiS
-----END PGP SIGNATURE-----

Changes since libICE-1.0.9:
Alan Coopersmith (7):
      spec: Convert troff \*Q..\*U to DocBook <quote>...</quote>
      Remove obsolete B16 & B32 tags in struct definitions
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      IceOpenConnection: check for malloc failure on connect_to_you too
      IceWritePad: always use zero values for pad bytes
      libICE 1.0.10

Allison Lortie (2):
      authutil: fix an out-of-bounds access
      authutil: support $XDG_RUNTIME_DIR/ICEauthority

Benjamin Tissoires (1):
      Use getentropy() if arc4random_buf() is not available

Emil Velikov (6):
      autogen.sh: use quoted string variables
      Kill off Strstr macro
      Kill off Time_t macro
      Remove unneeded ^L symbols.
      Kill off local ICE_t definitions
      configure.ac: set TRANS_CLIENT/SERVER

Eric Engestrom (3):
      Make sure errorStr is a free-able string
      Make sure error_message is a free-able string
      Make sure string is never NULL

Jon TURNEY (1):
      Include unistd.h for getpid()

Mihail Konev (1):
      autogen: add default patch prefix

Olivier Fourdan (3):
      IceListenForWellKnownConnections: Fix memleak
      _IceRead: Avoid possible use-after-free
      cleanup: Separate variable assignment and test

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Remko van der Vossen (1):
      Bug 90616 - libICE build fails on array bounds check

Tobias Stoeckmann (2):
      Fix use after free on subsequent calls
      Always terminate strncpy results.

walter harms (3):
      Drop NULL check prior to free()
      make IceProtocolShutdown() more readable
      iceauth.c: FIX warning: unused variable 'ret' in 'arc4random_buf'

---
 Makefile.am                |    2 
 README                     |   30 -----------
 README.md                  |   23 ++++++++
 autogen.sh                 |   11 ++--
 configure.ac               |    8 +--
 doc/ICElib.xml             |    2 
 include/X11/ICE/ICEmsg.h   |   12 ----
 include/X11/ICE/ICEproto.h |   32 ++++++------
 specs/ice.xml              |   10 +--
 src/ICElibint.h            |   36 ++++++-------
 src/Makefile.am            |    3 -
 src/authutil.c             |   71 +++++++++++++++------------
 src/connect.c              |   83 +++++++++++++++++++++++--------
 src/error.c                |   11 +---
 src/getauth.c              |   10 +--
 src/iceauth.c              |   70 ++++++++++++++++++--------
 src/icetrans.c             |    4 -
 src/listen.c               |   36 +++++++++----
 src/listenwk.c             |   27 +++++++---
 src/misc.c                 |   22 +++-----
 src/process.c              |  117 ++++++++++++++++++++++-----------------------
 src/protosetup.c           |   37 ++++++++++----
 src/register.c             |    2 
 src/replywait.c            |    6 +-
 src/setauth.c              |    2 
 src/shutdown.c             |   88 +++++++++++----------------------
 src/watch.c                |    6 +-
 27 files changed, 415 insertions(+), 346 deletions(-)
---


More information about the xorg-commit mailing list