]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20121117
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Nov 2012 02:58:41 +0000 (02:58 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Nov 2012 02:58:41 +0000 (02:58 +0000)
commit98d8891f42d8acac5c2ade39d163f386057a22e4
tree27649a188fca4e59c47869678735d762a9440ec3
parentda2e96ef7073a13477fe57144926dd159e6089c0
ncurses 5.9 - patch 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.
25 files changed:
NEWS
dist.mk
ncurses/base/keyok.c
ncurses/base/lib_freeall.c
ncurses/tinfo/lib_cur_term.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/make_hash.c
ncurses/tinfo/name_match.c
ncurses/tinfo/read_entry.c
package/debian/changelog
package/ncurses.spec
progs/infocmp.c
progs/tabs.c
progs/toe.c
test/bs.c
test/chgat.c
test/clip_printw.c
test/color_name.h
test/demo_forms.c
test/demo_menus.c
test/inchs.c
test/insdelln.c
test/knight.c
test/ncurses.c
test/newdemo.c