]> granicus.if.org Git - mutt/commit
Revert write_one_header() to skip space and tab. (closes #3716)
authorKevin McCarthy <kevin@8t8.us>
Mon, 1 Dec 2014 22:19:24 +0000 (14:19 -0800)
committerKevin McCarthy <kevin@8t8.us>
Mon, 1 Dec 2014 22:19:24 +0000 (14:19 -0800)
commit20b3902931adebc2dcb2a4c9693c0c7112fb3da3
tree881d405742fec5b38b071d962929b62723fc6b21
parent29a337f37ee92fa869ad5252187ba47ffb59e557
Revert write_one_header() to skip space and tab.  (closes #3716)

This patch fixes CVE-2014-9116 in the stable branch.  It reverts
write_one_header() to the pre [f251d523ca5a] code for skipping
whitespace.

Thanks to Antonio Radici and Tomas Hoger for their analysis and patches
to mutt, which this patch is based off of.
sendlib.c