[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4782-gc8da6
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4782-gc8da61eb |
Date: |
Thu, 2 Jun 2022 15:08:09 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, feature/mdim-restart has been updated
via c8da61eb496e9f814ba03681993455ec1d7a0e16 (commit)
via 45a9aeb1808567fa032ab8cb977fb8a48d8fb886 (commit)
from ec7a63b098ada34b48bf15895c1ba85eae1ece23 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=c8da61eb496e9f814ba03681993455ec1d7a0e16
commit c8da61eb496e9f814ba03681993455ec1d7a0e16
Merge: ec7a63b0 45a9aeb1
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Jun 2 22:07:59 2022 +0300
Merge branch 'master' into feature/mdim-restart
diff --cc ChangeLog
index 11dcf692,0ff01ddb..72582c79
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,14 -1,9 +1,20 @@@
+ 2022-06-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * builtin.c (do_sub): Fix memory corruption when substituting
+ into a value that is a typed regex. Thanks to valgrind
+ for the report.
+
+2022-06-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ Fix a nasty memory corruption problem. Thanks to
+ Andrew Schorr for the report.
+
+ * eval.c (r_get_lhs): Handle Node_elem_new separately
+ to free the string value. This was not the problem.
+ * interpret.h (r_interpret): For Op_assign, when turning
+ Node_elem_new into the null string, DEREF the old value
+ and dupnode the new one. THIS was the problem.
+
2022-05-24 Adam Van Scyoc <avanscy@g.clemson.edu>
* awkgram.y (make_assignable): Handle Op_field_assign.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
builtin.c | 12 +++++++-----
2 files changed, 13 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4782-gc8da61eb,
Arnold Robbins <=