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-287-g14ac433
Date: Fri, 27 Oct 2017 11:44:22 -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  14ac4332fa909bb10b37f9542b07f607ba4eda9f (commit)
       via  da665985decffc0a5c7bed784f225d2972782bcd (commit)
       via  805bd2f9d717c019630293bcd82be25965d9f355 (commit)
       via  d6c3b7e970429b2d8325161a749fe06858d234bc (commit)
      from  94187a80bd60baab4b9c4b949ad820d730578123 (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 14ac4332fa909bb10b37f9542b07f607ba4eda9f
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 27 16:36:57 2017 +0100

    imaptest.c: Don't use error message as adios()'s format.
    
    Add a `"%s"' format string.  Stops gcc complaining.

commit da665985decffc0a5c7bed784f225d2972782bcd
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 27 13:44:26 2017 +0100

    imaptest.c: Don't test possibly uninitialised local variable.
    
    get_imap_response() doesn't necessarily set the content of a non-NULL
    `char **status'.  Do this before calling, and check if it's been set to
    non-NULL before using upon return.

commit 805bd2f9d717c019630293bcd82be25965d9f355
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 27 13:00:13 2017 +0100

    imaptest.c: Don't free brkstring()'s value; it's re-used.
    
    Subsequent calls to brkstring() write to free'd memory, corrupting
    malloc()'s internal data.

commit d6c3b7e970429b2d8325161a749fe06858d234bc
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 27 12:31:54 2017 +0100

    imaptest.c: Add `format(printf, ...)' attribute to functions.
    
    Stops warnings from gcc for send_imap_command() and add_msg().

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

Summary of changes:
 uip/imaptest.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


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



reply via email to

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