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.6-branchpoint-661-g41a82a7
Date: Sun, 16 Oct 2016 13:24:45 +0000 (UTC)

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  41a82a7ecba04be5b27b3ffc813e2f34d2786a38 (commit)
      from  45a84738dfab22fecb11a493fac946c23217b6eb (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 41a82a7ecba04be5b27b3ffc813e2f34d2786a38
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 16 14:19:56 2016 +0100

    Fix bug where single-character headers were sometimes missed.
    The hash function used to check if a header was of interest always used
    its first three characters.  For a single-character header that third
    byte wasn't particularly set and so it was pot luck if the two hashes
    matched, swayed by what was previously in the format string and in the
    email's headers.  Alter it to cope, including with an empty string.
    Comment that it never gives 127 so leaves the last element of the
    hash-table array unused.  Alter test-header-parsing to stop declaring it
    expects to fail.

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

Summary of changes:
 sbr/fmt_compile.c             |   16 +++++++++-------
 test/scan/test-header-parsing |    2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)


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



reply via email to

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