pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-511-g82a75


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-511-g82a7579
Date: Sat, 9 Oct 2021 13:21:30 -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 "GNU PSPP".

The branch, master has been updated
       via  82a757994ab8880706b7e0caeac2ca3bbd711ed2 (commit)
       via  b0d11e19181e8b40639947e90724fac7926aee99 (commit)
       via  b9019cc390638a998007fc314b8ab7a8fb3e92fa (commit)
       via  47ddf8f19f87c20f456c5798bc394bdab3583623 (commit)
       via  b4062aaae1b2686f7d4ece15420550519e9a9823 (commit)
       via  af630812b8f5738d1574aae723034601ecc7307b (commit)
       via  f49d8549666763efac0d3cbda14e29de29976542 (commit)
       via  4ec7a639f968227b4be247d21b2c1e46743411db (commit)
      from  bc0434f1ced83fc3a5f5ace44cbad3acdc5e3e29 (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 -----------------------------------------------------------------
commit 82a757994ab8880706b7e0caeac2ca3bbd711ed2
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 10:20:28 2021 -0700

    dataset: Fix memory leak destroying a dataset that has a permanent_dict.
    
    Found by Address Sanitizer.

commit b0d11e19181e8b40639947e90724fac7926aee99
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 10:13:34 2021 -0700

    pivot-table-test: Fix memory leak when table is not displayed.
    
    Found by Address Sanitizer.

commit b9019cc390638a998007fc314b8ab7a8fb3e92fa
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 10:10:35 2021 -0700

    lexer: Fix memory leak merging tokens only some of which come from macros.
    
    Found by Address Sanitizer.

commit 47ddf8f19f87c20f456c5798bc394bdab3583623
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 09:41:01 2021 -0700

    macro: Fix memory leaks in error cases parsing function arguments.
    
    Found by Address Sanitizer.

commit b4062aaae1b2686f7d4ece15420550519e9a9823
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 09:35:41 2021 -0700

    lexer: Fix memory leak when macro expands as empty.
    
    Found by Address Sanitizer.

commit af630812b8f5738d1574aae723034601ecc7307b
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 09:32:02 2021 -0700

    macro: Fix memory leak expanding !DO loop over list.
    
    Found by Address Sanitizer.

commit f49d8549666763efac0d3cbda14e29de29976542
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 09:23:52 2021 -0700

    macro: Fix memory leak with keyword "enclose" arguments.
    
    The memory for the argument was being allocated two places, which caused
    the first-allocated block to be leaked.
    
    Found by Address Sanitizer.

commit 4ec7a639f968227b4be247d21b2c1e46743411db
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 9 09:13:40 2021 -0700

    segment: Fix read past end of buffer when input ends in '-'.
    
    Thanks to John Darrington for reporting this.
    Found by Address Sanitizer.

-----------------------------------------------------------------------

Summary of changes:
 src/data/dataset.c              |  1 +
 src/language/lexer/lexer.c      | 43 +++++++++++++++++++++++------------------
 src/language/lexer/macro.c      | 10 ++++++++--
 src/language/lexer/segment.c    |  4 ++--
 tests/output/pivot-table-test.c |  2 +-
 5 files changed, 36 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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