summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/base/lib_redrawln.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a segmentation fault in ncurses.fcambus2019-11-151-6/+6
| | | | | | | | | | | | | | | | This is a backported patch [1] from ncurses-5.7-20100501. It takes begx and begy values into account when calculating lengths, in order to avoid writing data past the end of the buffer when calling memset in wredrawln(). From upstream NEWS file: 20100501 + correct limit-check in wredrawln, accounting for begy/begx values (patch by David Benjamin). [1] https://lists.gnu.org/archive/html/bug-ncurses/2010-04/msg00017.html OK nicm@
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-6/+21
| | | | | | | | | This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
* Update to ncurses-5.2-20010114millert2001-01-221-21/+21
|
* ncurses-4.2-990116millert1999-01-181-0/+71