Re: [PATCH 10/26] Check for EOF while parsing mails
From: Johannes Schindelin <hidden>
Date: 2017-04-28 09:55:38
From: Johannes Schindelin <hidden>
Date: 2017-04-28 09:55:38
Hi Junio, On Wed, 26 Apr 2017, Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:quoted
Reported via Coverity. Signed-off-by: Johannes Schindelin <redacted> --- builtin/mailsplit.c | 2 +- mailinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)Good find. I'd retitle with a prefix mailinfo & mailsplit: check for EOF while parsing so that it is clear that this patch is about lower level machinery (as oppose to something like "git am").
True. Will be fixed in the next iteration, Dscho