On Wed, 11 Feb 2015, Jakub Wilk wrote: > Hi Jan! > > * Jan Darmochwal <[email protected]>, 2015-02-07, 23:03: > > What the patch does: > > * allocate enough memory to add angle brackets to From line values > > This is to fix off-by-one heap overflow when parsing addresses that have left > angle bracket, then a comma, but no right angle bracket. > For example: <[email protected], > > > * do not "skip" the last character of a string > > This is to fix another off-by-one heap overflow when parsing addresses that > end with backslash. > For example: <[email protected]\ > > Thanks a lot for identifying the vulnerabilities. > The patch looks good to me!
Thanks a lot, Jakub. I'm going to include your explanation in the changelog as well. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

