]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20191015
authorThomas E. Dickey <dickey@invisible-island.net>
Wed, 16 Oct 2019 00:42:21 +0000 (00:42 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Wed, 16 Oct 2019 00:42:21 +0000 (00:42 +0000)
commiteb952c651feed0502ec0d7ecaefc4931968eb358
treecb6dfdd97a0e01331a9ec7839bcdc9ca1232928d
parentb025434573f466efe27862656a6a9d41dd2bd609
ncurses 6.1 - patch 20191015

+ improve buffer-checks in captoinfo.c, for some cases when the
  input string is shorter than expected.
> fix two errata in tic (report/testcases by Hongxu Chen):
+ check for missing character after backslash in write_it
+ check for missing characters after "%>" when converting from termcap
  syntax (cf: 980530).
12 files changed:
NEWS
VERSION
dist.mk
ncurses/tinfo/captoinfo.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
progs/tic.c