| Summary | Unset charset and variable |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 7/28/10 (5724 days ago) |
| Due | |
| Updated | 7/28/10 (5724 days ago) |
| Assigned | |
| Resolved | 7/28/10 (5724 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Bug #9155: IMP_Compose:: fixes.Fix 2 charset parameter's for Horde_Mime::encodeAddress().
Fix use of un-initialized variable.
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=3983a5e8809294627f4ddeb45cac974ed261192b&r2=29898fbf81bd27be54ce371300f68f5a9658142e
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Unset charset and variable
Type ⇒ Bug
State ⇒ Assigned
Horde_Mime::encodeAddress() in line 789 of Compose.php, leading to
follow-up errors in Horde_Mime::is8bit().
When looking at that code I also noticed that there is an undefined
variable $result used in the same method if there is a recipient limit
active.