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: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-329-gb47b562
Date: Sat, 4 Nov 2017 10:03:36 -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  b47b562525f149f175c3d216feea20a6db2e9ff5 (commit)
       via  56224eac0c7aa1912b4e0de4fe38b664888f0f2b (commit)
      from  1ed08ad2184ac38d0a80e9a8146f378fb297c6a9 (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 b47b562525f149f175c3d216feea20a6db2e9ff5
Author: Ken Hornstein <address@hidden>
Date:   Sat Nov 4 09:59:18 2017 -0400

    Use va_copy() to get a copy of va_list, instead of using original.
    
    netsec_vprintf() can call vsnprintf() twice if the outgoing buffer is
    full (but it happens rarely in practice, given the way the current
    code uses it).  But if this DOES happen, vsnprintf() will use the
    same va_list argument twice, and the second time around either it will
    grab a random bit of memory off of the stack OR it will segfault.
    So we always use va_copy() to get our own copy of the passed-in va_list
    and work on that.

commit 56224eac0c7aa1912b4e0de4fe38b664888f0f2b
Author: Ken Hornstein <address@hidden>
Date:   Sat Nov 4 09:58:16 2017 -0400

    Add support for batch mode.
    
    Add a new switch, -batch, which will run a sequence of commands out
    of a batch file.

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

Summary of changes:
 sbr/netsec.c   |   5 ++-
 uip/imaptest.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 107 insertions(+), 17 deletions(-)


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



reply via email to

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