Re: [PATCH] git-mergetool: check return value from read
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:04
Jay Soffian [off-list ref] writes:
quoted
I suspect that it would be more consistent with 6b44577 (mergetool: check
return value from read, 2011-07-01), which this patch is a follow-up to,
to do:
read answer || return 1
here.
Thanks, sorry I missed that.
Thank _you_ for spotting these unchecked "read"s. Will queue.