[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-1399-gf278151 |
Date: |
Wed, 17 May 2017 10:22:41 -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 f278151752398b42da2ab1ac666ebbd3cae33583 (commit)
from 60899a188e74f0f2ee293f6eb629e3b81b71ac9f (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 f278151752398b42da2ab1ac666ebbd3cae33583
Author: Ralph Corderoy <address@hidden>
Date: Wed May 17 15:15:18 2017 +0100
uip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ is 1024.
a23477eb changed one char array from BUFSIZ to NMH_BUFSIZ elements, but
the long line read into it was passed to user_content() that
strncpy(3)'d it, silently truncating, to another char array, still
BUFSIZ long. This show up on platforms where BUFSIZ is 1024 versus
NMH_BUFSIZ's minimum of 8192.
-----------------------------------------------------------------------
Summary of changes:
uip/mhbuildsbr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.6-branchpoint-1399-gf278151,
Ralph Corderoy <=