[Users] [Bug 3266] New: procmime.c: FILE leak in specific circumstances
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Fri Sep 5 12:26:48 CEST 2014
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3266
Bug ID: 3266
Summary: procmime.c: FILE leak in specific circumstances
Classification: Unclassified
Product: Claws Mail
Version: 3.10.1
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: timo.teras at iki.fi
procmime_decode_content() can open a temporary file when canonicalizing base64
message. tmpfp is used to track this file. When opening the tmpfp second
variable 'uncanonicalize' is set TRUE. During the parsing loop uncanonicalie
can be reset later to FALSE. However, tmpfp is properly closed only if
uncanonicalize is TRUE.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list