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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 13 21:41:31 UTC 2024


Tag 'libICE-1.1.2' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-12-13 21:41 +0000

libICE-1.1.2
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmdcqgUACgkQz98UiCjG
Qqdp1RAAhEvA2e1FrTNdwWASM2Q62OlHxRTjFcAPEXX11lJHKTKGJOHqbMDPGmHS
6OONOamhOPWEZnXfUQ32VmmHC1sdQYj1//ZYJbkwx40/EKpJAiNpx38NcSrrgHJC
+KF7jorY3ffKayj6GGzfoHcw1QBG5cKfPiBYDj5iaq7Un24ztlJOouk6T9WtkYGs
ROnE2n2Vil6XrE/nkWqVZYFCoHITU4F6wH8xaqpJwxKSHgBLB9g7r4M3HOP9Ex5w
ISJXueivfEPuNjAXbfdDyEph9W4q+dgskZkN/0hLNdnZBURCoAaVTywCetzonUTh
kEOqHgJZ9QShkbGTytztZ6WFdnL1Mr6I6/heJUyjH3PjXmmgN657UTJ86JRJaPAq
He/W/VjJiu2ehXCta+66U4KJl/4EBPpkNKOYjBahv5AhjeFsAfoldqAYG5yP2tNT
OjnD8dNqMuSsepG6+sFFgJXvDG/413YwKKTL1pPkIkvByDd/mQ5u9kE72QysZo2g
7JFhjV8oN0JGtRaRq5XIeNlkskQGHXvOxvkSZm8R9JjoUkfgcdKsY8wXKCpWsrs1
ALkLYB3EDHhDbjNuiQz8bz5nuQa9qSpLs5L6hIwM9DfDaSP6F5bI6QKhD4wXURfN
mV8PRZzdiuchvMROMu5BVprxpHmxJIaqOTMd3OiQ7UQXhj1SlIE=
=J394
-----END PGP SIGNATURE-----

Changes since libICE-1.1.1:
Alan Coopersmith (19):
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Set close-on-exec when opening files
      gitlab CI: Update to latest CI templates
      gitlab CI: add xz-utils to container for "make distcheck"
      IceOpenConnection: stop processing messages if connection was closed
      ConnectToPeer: return failure if malloc() fails
      EXTRACT_STRING: Avoid writing to NULL pointer if malloc fails
      _IceAddOpcodeMapping: Avoid writing to NULL pointer if malloc fails
      Clear some -Wuseless-cast warnings from gcc 14.1
      IceReadCompleteMessage: callers need to check if malloc() failed
      ProcessConnectionSetup: avoid writing to NULL pointer if malloc() failed
      ProcessProtocolSetup: return failure if malloc() failed for ProtocolName
      IceProtocolSetup: return failure if malloc() failed for authIndices
      IceRegisterForProtocolSetup: return failure if malloc() failed
      AuthRequired: avoid undefined behavior in memcpy() call
      write_counted_string: avoid undefined behavior in fwrite() call
      ICElibint.h: add do ... while (0) around macro definitions
      ProcessAuthReply: Handle -Wconditional-uninitialized warning
      libICE 1.1.2

mahendra (1):
      libICE : Dereferencing a possible NULL pointer in error.c

---
 .gitlab-ci.yml   |    6 ++---
 configure.ac     |    7 +++---
 src/ICElibint.h  |   60 +++++++++++++++++++++++++++++++------------------------
 src/authutil.c   |    8 ++++---
 src/connect.c    |    8 ++++---
 src/error.c      |   40 ++++++++++++++++++++++--------------
 src/getauth.c    |    2 -
 src/listenwk.c   |    2 -
 src/misc.c       |   10 +++++++++
 src/process.c    |   44 ++++++++++++++++++++++++++++------------
 src/protosetup.c |   10 +++++++++
 src/register.c   |    9 ++++++++
 12 files changed, 138 insertions(+), 68 deletions(-)
---


More information about the xorg-commit mailing list