bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20130216.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130216.patch.gz
Date: Sat, 16 Feb 2013 19:31:16 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130216 - 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-20130216.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Feb 17 00:03:45 UTC 2013
 ------------------------------------------------------------------------------
 NEWS                      |   18 +++++++++++++++++-
 dist.mk                   |    4 ++--
 ncurses/base/lib_getch.c  |   10 +++++-----
 ncurses/tinfo/hashed_db.c |    6 ++++--
 ncurses/tinfo/make_hash.c |    4 ++--
 ncurses/tty/lib_twait.c   |   13 +++++++------
 ncurses/tty/tty_update.c  |    7 ++++++-
 package/debian/changelog  |    4 ++--
 package/ncurses.spec      |    2 +-
 test/bs.c                 |    6 +++---
 test/knight.c             |   26 ++++++++++++++++++++++++--
 test/ncurses.c            |    4 ++--
 test/testcurs.c           |   40 +++++++++++++++++++++++++++++++++++++---
 13 files changed, 112 insertions(+), 32 deletions(-)
 ------------------------------------------------------------------------------
 
20130216
        + modify test/testcurs.c to work with mouse for ncurses as it does for
          pdcurses.
        + modify test/knight.c to work with mouse for pdcurses as it does for
          ncurses.
        + modify internal recursion in wgetch() which handles cooked mode to
          check if the call to wgetnstr() returned an error.  This can happen
          when both nocbreak() and nodelay() are set, for instance (report by
          Nils Christopher Brause) (cf: 960418).
        + fixes for issues found by Coverity:
          + add a check for valid position in ClearToEOS()
          + fix in lib_twait.c when --enable-wgetch-events is used, pointer
            use after free.
          + improve a limit-check in make_hash.c
          + fix a memory leak in hashed_db.c

-- 
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]