[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-166-gbf0fa42 |
Date: |
Fri, 8 Sep 2017 08:52:34 -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 bf0fa4275147d53be15621d12d6b71916f164385 (commit)
from cbed730103da38443ab371936107c85bcce8e8e2 (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 bf0fa4275147d53be15621d12d6b71916f164385
Author: Ralph Corderoy <address@hidden>
Date: Fri Sep 8 13:48:29 2017 +0100
content_error(): Don't strlen(invo_name) that might be NULL.
Earlier in content_error(), it checks invo_name isn't NULL before using
it. Later, it passes it to strlen(3) without the check. Either the
former is redundant or the latter wrong. Rather than work out which,
delete the strlen(invo_name) because it was only used for a
variable-width indent on a second diagnostic line. Instead, indent by a
fixed four spaces, which will look better when invo_name is stupidly
long anyway. Bug present since pre-git.
-----------------------------------------------------------------------
Summary of changes:
test/mhlist/test-mhlist | 2 +-
test/mhstore/test-mhstore | 2 +-
uip/mhmisc.c | 6 ++----
3 files changed, 4 insertions(+), 6 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-166-gbf0fa42,
Ralph Corderoy <=