Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc ticket 1320



details:   https://anonhg.NetBSD.org/src/rev/c4bbaed2089c
branches:  netbsd-1-6
changeset: 530369:c4bbaed2089c
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Jun 19 02:29:50 2003 +0000

description:
ticket 1320

diffstat:

 doc/CHANGES-1.6.2 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b4d356fb98e6 -r c4bbaed2089c doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Thu Jun 19 02:29:09 2003 +0000
+++ b/doc/CHANGES-1.6.2 Thu Jun 19 02:29:50 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.50 2003/06/19 02:26:50 grant Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.51 2003/06/19 02:29:50 grant Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -646,3 +646,12 @@
 
        Fix yet another inverted comparison.
        [martin, ticket #1318]
+
+usr.bin/vi/vi/v_txt.c                          1.11
+
+       When an error occurs in v_txt(), leave input mode too.
+       Otherwise, (among other things) db_get() thinks it can re-use the TEXT
+       buffers when it's not true, leading to a crash because that TEXT buffer
+       will be released just before it is actually used to create a new one.
+       This fixes PR#21797.
+       [aymeric, ticket #1320]



Home | Main Index | Thread Index | Old Index