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-165-gcbed730
Date: Thu, 7 Sep 2017 05:59:28 -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  cbed730103da38443ab371936107c85bcce8e8e2 (commit)
       via  da05b66b6d580781850f10122f720b8771a739f7 (commit)
       via  ed4e21fb32d214ed9c45d0bd4eac9d3dd8ee6c9d (commit)
       via  8c2d4ff84c4db1eb59d3a3fb007803f82c4906b9 (commit)
      from  f6d438b5e08d12eacb62f93a8ce1a6c22d2ae16d (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 cbed730103da38443ab371936107c85bcce8e8e2
Author: Ralph Corderoy <address@hidden>
Date:   Thu Sep 7 10:36:56 2017 +0100

    replsbr.c: In parent, free child's argv[] built before fork().
    
    Fixes ccafa1944.

commit da05b66b6d580781850f10122f720b8771a739f7
Author: Ralph Corderoy <address@hidden>
Date:   Thu Sep 7 10:16:36 2017 +0100

    getpass.c: Don't fileno(NULL) when fopen("/dev/tty") fails.
    
    If stdin is a TTY, but opening it for writing fails, then stdin and
    stderr are used as defaults and the TTY doesn't have echo disabled.  The
    later test to restore echo just checks if stdin is a TTY and not that it
    was opened successfully causing a NULL FILE pointer to be fileno(3)'d.
    Fixes da6af9633.  This function's logic remains a bit contorted;  I went
    for the minimal fix.

commit ed4e21fb32d214ed9c45d0bd4eac9d3dd8ee6c9d
Author: Ralph Corderoy <address@hidden>
Date:   Thu Sep 7 10:03:25 2017 +0100

    mhbuildsbr.c: Don't free(3) string then print it; do reverse.
    
    Fixes c87ca5cca.

commit 8c2d4ff84c4db1eb59d3a3fb007803f82c4906b9
Author: Ralph Corderoy <address@hidden>
Date:   Thu Sep 7 09:57:11 2017 +0100

    smtp.c: Use read-end of pipe, not random integer.
    
    Instead of `pdi[0]' the array of two elements was being indexed by `i'.
    That is typically zero so everything works, but can be up to five
    depending how many times fork(2) failed before succeeding.  Fixes
    e65127948.

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

Summary of changes:
 mts/smtp/smtp.c  | 2 +-
 sbr/getpass.c    | 2 +-
 uip/mhbuildsbr.c | 2 +-
 uip/replsbr.c    | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)


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



reply via email to

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