[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20121117.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20121117.patch.gz |
Date: |
Sat, 17 Nov 2012 22:08:23 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.9 - patch 20121117 - 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-20121117.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Nov 18 02:58:41 UTC 2012
------------------------------------------------------------------------------
NEWS | 17 ++++++++++++++++-
dist.mk | 4 ++--
ncurses/base/keyok.c | 38 ++++++++++++++++++++++----------------
ncurses/base/lib_freeall.c | 10 ++++++----
ncurses/tinfo/lib_cur_term.c | 7 ++++---
ncurses/tinfo/lib_setup.c | 5 ++++-
ncurses/tinfo/make_hash.c | 21 ++++++++++++++++++++-
ncurses/tinfo/name_match.c | 7 ++++---
ncurses/tinfo/read_entry.c | 6 ++++--
package/debian/changelog | 4 ++--
package/ncurses.spec | 2 +-
progs/infocmp.c | 4 ++--
progs/tabs.c | 32 +++++++++++++++++---------------
progs/toe.c | 5 ++++-
test/bs.c | 6 ++++--
test/chgat.c | 6 ++++--
test/clip_printw.c | 7 +++++--
test/color_name.h | 6 +++---
test/demo_forms.c | 8 ++++----
test/demo_menus.c | 11 ++++++++---
test/inchs.c | 16 ++++++++++++++--
test/insdelln.c | 4 +++-
test/knight.c | 6 +++---
test/ncurses.c | 12 ++++++------
test/newdemo.c | 15 +++++++++++----
25 files changed, 173 insertions(+), 86 deletions(-)
------------------------------------------------------------------------------
20121117
> fixes based on Coverity report:
+ add missing braces around FreeAndNull in two places.
+ various fixes in test/ncurses.c
+ improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
+ correct malloc size in progs/infocmp.c
+ guard against negative array indices in test/knight.c
+ fix off-by-one limit check in test/color_name.h
+ add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
test/inchs.c
+ fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
test/clip_printw.c, test/demo_menus.c
+ delete unused windows in test/chgat.c, test/clip_printw.c,
test/insdelln.c, test/newdemo.c on error-return.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.9-20121117.patch.gz,
Thomas Dickey <=