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: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-205-g92c3b05
Date: Mon, 11 Sep 2017 14:17:45 -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  92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef (commit)
       via  31da9febde0d822d73f99089109bacc1c3e36433 (commit)
       via  68599c1cbaf6c50a69fce038858f081747ca776a (commit)
       via  7895cbd715476bb471e8261761e7a9452b7166c6 (commit)
       via  a37e496eeca84e0ea3fc1c7a95b013541a443cee (commit)
       via  14e7f92ac37c70e4267e8602a036aa4e08a09447 (commit)
      from  3736af69c183d472642ed17375b0970f5239e6e5 (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 92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 11 18:56:50 2017 +0100

    Delete mh_xfree(), changing callers to call free(3) instead.
    
    A free(3) that didn't handle NULL is now long past.

commit 31da9febde0d822d73f99089109bacc1c3e36433
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 11 18:37:38 2017 +0100

    rmf.c: free(3) return value from m_mailpath() calls.
    
    And add comment to m_mailpath() that its return value needs freeing.

commit 68599c1cbaf6c50a69fce038858f081747ca776a
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 11 18:28:10 2017 +0100

    path.c: Add comments declaring return values must be free(3)'d.
    
    Saves working it out afresh each visit.

commit 7895cbd715476bb471e8261761e7a9452b7166c6
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 11 18:25:20 2017 +0100

    path.c: Remove path()'s test for expath() returning NULL.
    
    All paths out of expath() have it calling mh_xstrdup().

commit a37e496eeca84e0ea3fc1c7a95b013541a443cee
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 11 18:23:33 2017 +0100

    path.c: Re-format path() to make it more clear what's happening.

commit 14e7f92ac37c70e4267e8602a036aa4e08a09447
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 10 18:12:38 2017 +0100

    slocal.c: Alter trim() to return static array, not malloc(3).
    
    The callers are immediately passing the return value to printf(3) for
    "%s".  There's only one call per printf().  None of the callers are
    bothering to free(3) the existing return value.  Return the address of
    trim()'s char array, now static, instead.  Leave trim() returning NULL
    when passed NULL, even though that gives NULL to print(3) for "%s".  It,
    and slocal's other bugs, remain.

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

Summary of changes:
 h/utils.h             |  3 ---
 sbr/addrsbr.c         | 14 +++++++-------
 sbr/arglist.c         |  2 +-
 sbr/context_del.c     |  2 +-
 sbr/context_replace.c |  2 +-
 sbr/credentials.c     |  4 ++--
 sbr/encode_rfc2047.c  |  4 ++--
 sbr/fmt_compile.c     |  6 +++---
 sbr/fmt_new.c         |  2 +-
 sbr/folder_free.c     |  4 ++--
 sbr/m_maildir.c       |  1 +
 sbr/mf.c              | 14 +++++++-------
 sbr/netsec.c          | 20 ++++++++++----------
 sbr/path.c            | 17 +++++++++++------
 sbr/utils.c           |  9 +--------
 uip/ali.c             |  4 ++--
 uip/ap.c              |  8 ++++----
 uip/comp.c            |  2 +-
 uip/dp.c              |  2 +-
 uip/fmttest.c         | 14 +++++++-------
 uip/forwsbr.c         |  2 +-
 uip/mhbuildsbr.c      |  4 ++--
 uip/mhfixmsg.c        |  6 +++---
 uip/mhfree.c          | 52 +++++++++++++++++++++++++--------------------------
 uip/mhlsbr.c          | 14 +++++++-------
 uip/mhn.c             |  2 +-
 uip/mhparse.c         | 24 ++++++++++++------------
 uip/mhshow.c          |  2 +-
 uip/mhstoresbr.c      |  4 ++--
 uip/picksbr.c         |  6 +++---
 uip/repl.c            |  2 +-
 uip/replsbr.c         |  4 ++--
 uip/rmf.c             | 13 ++++++++++---
 uip/scan.c            |  2 +-
 uip/sendsbr.c         |  4 ++--
 uip/slocal.c          |  5 ++---
 uip/sortm.c           |  6 +++---
 37 files changed, 144 insertions(+), 142 deletions(-)


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



reply via email to

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