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-722-g9fc12a2
Date: Sun, 16 May 2021 22:22:51 -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 "The nmh Mail Handling System".

The branch, master has been updated
       via  9fc12a251fec03695e548db3e8f61720bf695289 (commit)
      from  99ebd37207b83c0650d4ab74f2d700e5cd863e0e (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 9fc12a251fec03695e548db3e8f61720bf695289
Author: David Levine <levinedl@acm.org>
Date:   Sun May 16 22:16:16 2021 -0400

    sbr/path.c: reworked etcpath() of paths that start with ~.
    
    The initial motivation was to clean up a couple of warnings with
    -Wstringop-overflow from gcc 11 with optimization enabled.  For
    an input of ~user/file when that user does not exist, the old code
    would restore the first '/' after having removed it earlier, to
    isolate ~user.  Changed the code to not remove it if that user
    doesn't exist.
    
    Added test that exercises that code to test/mhical/test-mhical.

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

Summary of changes:
 sbr/path.c              | 18 ++++++++++++------
 test/mhical/test-mhical | 14 ++++++++++++++
 2 files changed, 26 insertions(+), 6 deletions(-)


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



reply via email to

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