gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4794-gbca38


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4794-gbca382b2
Date: Wed, 15 Jun 2022 11:09:47 -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  bca382b2a6e70f3e8aebd7c113e9af8f868ea0e4 (commit)
       via  6b97a4f7948407dcc4cb24ed79d11528b5e9202f (commit)
       via  3fb5ffc0dd119cc300b8bd4e1d368a9b39aba850 (commit)
      from  ddc1358d52f5465c02806b676cdabbb1fa046d38 (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=bca382b2a6e70f3e8aebd7c113e9af8f868ea0e4

commit bca382b2a6e70f3e8aebd7c113e9af8f868ea0e4
Merge: ddc1358d 6b97a4f7
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Jun 15 18:09:38 2022 +0300

    Merge branch 'master' into feature/mdim-restart

diff --cc ChangeLog
index 1820046a,c279ad25..31a48de7
--- a/ChangeLog
+++ b/ChangeLog
@@@ -22,20 -17,8 +29,19 @@@
  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.
+       into a value that is a typed regex. Thanks to valgrind.
  
 +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 | 10 ++++++++--
 main.c    |  7 ++++---
 2 files changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]