]> granicus.if.org Git - neomutt/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)
commit6dc163443001cefb24d5cd5381780da2ddb1b875
tree881d405742fec5b38b071d962929b62723fc6b21
parent6b9d622d0e42f2dc7c9e7f43076e538b7abb47ae
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