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-582-g418ee17
Date: Sun, 15 Mar 2020 19:12:46 -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  418ee17e8bd250785855ca3f3f1ff0e19331d498 (commit)
       via  61e8f5df2a0daf966a27004e7eb0f11a1e700c4c (commit)
       via  361f9cbca968760822f53a80b407f24ce1713ccd (commit)
       via  283d1d6f7d1e3ef16af638b4b943e2386330e68e (commit)
      from  f8437b262c94ef12c57f6024aaaab73f7ae50cf8 (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 418ee17e8bd250785855ca3f3f1ff0e19331d498
Author: David Levine <address@hidden>
Date:   Sun Mar 15 19:11:53 2020 -0400

    Added many flags to CFLAGS with gcc, if supported.

commit 61e8f5df2a0daf966a27004e7eb0f11a1e700c4c
Author: David Levine <address@hidden>
Date:   Sun Mar 15 17:35:55 2020 -0400

    Added check for passing null argument to printf(3) %s directive.
    
    This fixed "directive argument is null" warnings found by gcc
    -Wformat-overflow.

commit 361f9cbca968760822f53a80b407f24ce1713ccd
Author: David Levine <address@hidden>
Date:   Sun Mar 15 17:18:58 2020 -0400

    Refined number of bytes copied to buffer in several places.
    
    This fixed "output may be truncated writing up to [m] bytes
    into a region of size [n]" warnings found by gcc -Wformat-truncation.

commit 283d1d6f7d1e3ef16af638b4b943e2386330e68e
Author: David Levine <address@hidden>
Date:   Sun Mar 15 17:14:36 2020 -0400

    Subtracted 1 from size argument in some calls to strncpy(3).
    
    This fixed "specified bound [n] equals destination size" warnings
    found by gcc -Wstringop-truncation.
    
    Also, fixed harmless copy-and-paste error (sizeof(tmpfil) instead
    of sizeof(drft) in uip/rcvdist.c) introduced in commit 2f689a1cb.

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

Summary of changes:
 build_nmh            | 14 +++++++++++---
 sbr/addrsbr.c        |  4 ++--
 sbr/folder_delmsgs.c |  2 +-
 sbr/folder_pack.c    |  4 ++--
 sbr/m_draft.c        |  2 +-
 sbr/m_maildir.c      |  2 +-
 sbr/makedir.c        |  2 +-
 sbr/mts.c            |  6 +++---
 sbr/ruserpass.c      |  2 +-
 test/fakesmtp.c      |  8 ++++++--
 test/getfullname.c   |  2 +-
 uip/annosbr.c        |  4 ++--
 uip/burst.c          | 10 +++++-----
 uip/comp.c           |  2 +-
 uip/dist.c           |  2 +-
 uip/distsbr.c        |  4 ++--
 uip/dropsbr.c        |  6 ++++--
 uip/flist.c          |  4 ++--
 uip/folder.c         |  7 ++++---
 uip/forw.c           |  2 +-
 uip/forwsbr.c        |  2 +-
 uip/mhbuild.c        |  4 ++--
 uip/mhbuildsbr.c     |  5 +++--
 uip/mhlsbr.c         |  4 ++--
 uip/mhshowsbr.c      |  4 ++--
 uip/mhstoresbr.c     |  2 +-
 uip/mkstemp.c        |  6 +++---
 uip/popsbr.c         |  5 +++--
 uip/post.c           |  6 +++---
 uip/rcvdist.c        |  4 ++--
 uip/refile.c         |  4 ++--
 uip/repl.c           |  2 +-
 uip/rmf.c            |  4 ++--
 uip/sendsbr.c        |  8 +++++---
 uip/slocal.c         |  6 +++---
 uip/sortm.c          |  6 +++---
 uip/viamail.c        |  2 +-
 uip/whatnowsbr.c     |  2 +-
 38 files changed, 92 insertions(+), 73 deletions(-)


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



reply via email to

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