nmh-commits
[Top][All Lists]
Advanced

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

[nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-758-gc3f36f2
Date: Mon, 8 Nov 2021 22:19:18 -0500 (EST)

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 "The nmh Mail Handling System".

The branch, master has been updated
       via  c3f36f258f8b06821c48b2f93dcf7615238a6978 (commit)
       via  a81de8584fa58ecff020f4239ba5a2d0f9ef974d (commit)
       via  f30cb323429e5d592599cbb75517a5c9c027968d (commit)
      from  7f313f385bb2c6a9286ac08197de962b2e001abc (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 c3f36f258f8b06821c48b2f93dcf7615238a6978
Author: David Levine <levinedl@acm.org>
Date:   Mon Nov 8 21:46:40 2021 -0500

    Removed free(3) call on memory that is used later.
    
    Resolves use-after-free bug found by Clang Static Analyzer.  The
    memory is used in a die() call so the leak is benign.

commit a81de8584fa58ecff020f4239ba5a2d0f9ef974d
Author: David Levine <levinedl@acm.org>
Date:   Mon Nov 8 21:41:07 2021 -0500

    Protect against passing null to argument with 'nonnull' attribute.
    
    Resolves potential bugs found by Clang Static Analyzer.  The one in
    slocal.c is a false positive; adding an assert() got rid of that.

commit f30cb323429e5d592599cbb75517a5c9c027968d
Author: David Levine <levinedl@acm.org>
Date:   Mon Nov 8 21:27:31 2021 -0500

    Ensure that getpwnam(3) is called with non-null argument.
    
    Fix to commit cd2c6750f.  Ralph discovered that a null argument
    would cause a seg fault.  Clang Static Analyzer detected it, too.

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

Summary of changes:
 sbr/path.c                |  4 ++--
 test/mhparam/test-etcpath | 13 +++++++++++++
 uip/flist.c               |  3 ++-
 uip/sendsbr.c             |  1 -
 uip/slocal.c              |  1 +
 5 files changed, 18 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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