Module Name: src
Committed By: martin
Date: Tue Jul 14 13:40:37 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1574
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-8.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.19 src/doc/CHANGES-8.3:1.1.2.20
--- src/doc/CHANGES-8.3:1.1.2.19 Mon Jul 13 14:37:41 2020
+++ src/doc/CHANGES-8.3 Tue Jul 14 13:40:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.19 2020/07/13 14:37:41 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.20 2020/07/14 13:40:37 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -280,3 +280,8 @@ sys/dev/usb/ualea.c 1.12
function.
[simonb, ticket #1573]
+lib/libcurses/newwin.c 1.58
+
+ PR 55484: newwin() - fix crash with negative ncols.
+ [uwe, ticket #1574]
+