Opened 4 months ago

Closed 4 months ago

#20801 closed enhancement (fixed)

libICE-1.1.2 (Xorg library)

Reported by: zeckma Owned by: zeckma
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point release.

Change History (3)

comment:1 by zeckma, 4 months ago

Owner: changed from blfs-book to zeckma
Status: newassigned

comment:2 by zeckma, 4 months ago

Changes:

  • 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
  • libICE : Dereferencing a possible NULL pointer in error.c
  • ICElibint.h: add do ... while (0) around macro definitions
  • ProcessAuthReply: Handle -Wconditional-uninitialized warning
  • libICE 1.1.2

comment:3 by zeckma, 4 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.