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-585-gbe5ee30
Date: Thu, 10 Sep 2020 20:55:51 -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  be5ee307cc4ab5db4387fea8d5f6b8caf748ab31 (commit)
      from  4d5d51e903a42c23800540930244448c4aacae16 (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 be5ee307cc4ab5db4387fea8d5f6b8caf748ab31
Author: David Levine <levinedl@acm.org>
Date:   Thu Sep 10 20:55:26 2020 -0400

    Fixed memory corruption in post(1) and inc(1) when using XOAUTH2.
    
    An internal table for the oauth entries was initially sized at 4,
    and then reallocated if the user had more than 4.  However, the
    reallocation didn't account for the size of the allocated
    structure.
    
    Also, increased the initial size to 16, trading off slightly
    increased memory usage for performance.
    
    Fix to commit 29ff4f879.

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

Summary of changes:
 docs/pending-release-notes |  2 ++
 sbr/oauth.c                |  5 ++--
 test/oauth/test-send       | 59 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+), 2 deletions(-)


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



reply via email to

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