[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-173-ge107c0d |
Date: |
Sat, 9 Sep 2017 06:40:56 -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 e107c0d8298ccd64484270e4f2f76c1514c90313 (commit)
via 5977791e005446f4cd8b2f04bfb14c8cd265df8a (commit)
from 6396778780e014c789e3d18a0880525ee1cde4f6 (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 e107c0d8298ccd64484270e4f2f76c1514c90313
Author: Ralph Corderoy <address@hidden>
Date: Sat Sep 9 11:32:01 2017 +0100
Only call fork(2) once, not up to five times on failure.
The existing loop that slept five seconds between each attempt was
copy-pasted widely. Those days are gone. Just call it once.
commit 5977791e005446f4cd8b2f04bfb14c8cd265df8a
Author: Ralph Corderoy <address@hidden>
Date: Sat Sep 9 11:13:11 2017 +0100
content_error(): Add missing va_end(3).
A va_start(3) without a matching va_end() is undefined behaviour.
-----------------------------------------------------------------------
Summary of changes:
mts/smtp/smtp.c | 4 +---
sbr/push.c | 5 +----
uip/forw.c | 6 ++----
uip/mhbuildsbr.c | 5 ++---
uip/mhmisc.c | 2 ++
uip/mhparse.c | 10 ++++------
uip/mhshowsbr.c | 11 ++++-------
uip/post.c | 14 +++++---------
uip/rcvdist.c | 5 ++---
uip/sendsbr.c | 12 ++++--------
uip/slocal.c | 6 ++----
uip/whatnowsbr.c | 5 ++---
uip/whom.c | 8 +++-----
13 files changed, 34 insertions(+), 59 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-173-ge107c0d,
Ralph Corderoy <=