bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.9-20130119.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130119.patch.gz
Date: Sat, 19 Jan 2013 21:03:21 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130119 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.9 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.9 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.9

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130119.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan 20 01:59:01 UTC 2013
 ------------------------------------------------------------------------------
 NEWS                        |   18 +++++++++++++++-
 dist.mk                     |    4 +--
 man/curs_termcap.3x         |   28 +++++++++++++++++++++++--
 man/infocmp.1m              |   16 ++++++++++++--
 ncurses/base/lib_instr.c    |   12 +++++++---
 ncurses/base/lib_overlay.c  |   16 +++++++++++---
 ncurses/base/safe_sprintf.c |    7 +++---
 ncurses/tinfo/lib_termcap.c |   32 +++++++++++++++++++----------
 ncurses/tty/tty_update.c    |   11 +++++-----
 package/debian/changelog    |    4 +--
 package/ncurses.spec        |    2 -
 test/README                 |   46 +++++++++++++++++++++---------------------
 test/demo_termcap.c         |   14 ++++++++++--
 test/demo_terminfo.c        |   19 +++++++++++++----
 test/view.c                 |    4 +--
 15 files changed, 166 insertions(+), 67 deletions(-)
 ------------------------------------------------------------------------------
 
20130119
        + fixes for issues found by Coverity:
          + fix memory leak in safe_sprintf.c
          + add check for return-value in tty_update.c
          + correct initialization for -s option in test/view.c
          + add check for numeric overflow in lib_instr.c
          + improve error-checking in copywin
        + add advice in infocmp manpage for termcap users (Debian #698469).
        + add "-y" option to test/demo_termcap and test/demo_terminfo to
          demonstrate behavior with/without extended capabilities.
        + updated termcap manpage to document legacy termcap behavior for
          matching capability names.
        + modify name-comparison for tgetstr, etc., to accommodate legacy
          applications as well as to improve compatbility with BSD 4.2
          termcap implementations (Debian #698299) (cf: 980725).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]