pkgsrc/x11/libICE
wiz c232d59ec7 Update to 1.0.4:
Version bump: 1.0.4
    Add $(AM_CFLAGS) to lint flags to get correct Xtrans flags
    Replace many malloc(strlen()); strcpy() pairs with strdup()
    Provide ANSI C prototypes for more static functions
    Convert authutil.c static helpers to ANSI C prototypes to clear
    sparse warnings
    Add hooks for checking source code with lint/sparse/etc.

    Coverity #1086: Double free of pointer "*listenObjsRet"

    Same bug, different function.

    Coverity #1085: Double free of pointer "*listenObjsRet"

    If malloc failed in the loop in IceListenForConnections, the error path
    would free all previous allocations, then loop around and try again, and
    if it failed again, free the previous allocations again.   On the other
    hand, if it succeeded on the later tries, then the memory would just be
    leaked, since the error would be returned and not the pointer to them.

    Add *~ to .gitignore to skip emacs/patch droppings
2008-01-15 22:59:16 +00:00
..
buildlink3.mk Detect builtin "libICE" e.g. under Mac OS X Leopard. 2007-12-17 13:27:28 +00:00
builtin.mk Detect builtin "libICE" e.g. under Mac OS X Leopard. 2007-12-17 13:27:28 +00:00
DESCR
distinfo Update to 1.0.4: 2008-01-15 22:59:16 +00:00
Makefile Update to 1.0.4: 2008-01-15 22:59:16 +00:00
options.mk Add explicit option check for -inet6 2007-11-07 11:51:52 +00:00
PLIST