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

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Aug 20 13:24:44 PDT 2007


Tag 'libICE-1.0.4' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2007-08-20 21:21 -0700

libICE version 1.0.4

Changes since libICE-1.0.3:
Alan Coopersmith:
      Add *~ to .gitignore to skip emacs/patch droppings
      Coverity #1085: Double free of pointer "*listenObjsRet"
      Coverity #1086: Double free of pointer "*listenObjsRet"
      Add hooks for checking source code with lint/sparse/etc.
      Convert authutil.c static helpers to ANSI C prototypes to clear sparse warnings
      Provide ANSI C prototypes for more static functions
      Replace many malloc(strlen()); strcpy() pairs with strdup()
      Add $(AM_CFLAGS) to lint flags to get correct Xtrans flags
      Version bump: 1.0.4

---
 .gitignore      |    1 +
 Makefile.am     |    5 +++++
 configure.ac    |    7 ++++++-
 src/Makefile.am |    8 ++++++++
 src/accept.c    |    5 +----
 src/authutil.c  |   51 +++++++++++++--------------------------------------
 src/connect.c   |   13 ++++---------
 src/getauth.c   |   11 ++++-------
 src/iceauth.c   |   33 ++++++++++++---------------------
 src/listen.c    |   11 +++--------
 src/listenwk.c  |    2 ++
 src/misc.c      |   22 +++-------------------
 src/process.c   |   26 +++++++++++---------------
 src/register.c  |   30 ++++++++----------------------
 src/setauth.c   |   18 ++++++------------
 15 files changed, 87 insertions(+), 156 deletions(-)
---


More information about the xorg-commit mailing list