Summary | Linking attachments may silently fail |
Queue | IMP |
Queue Version | 4.0.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | joshkel (at) gmail (dot) com |
Created | 01/23/2006 (7183 days ago) |
Due | |
Updated | 01/24/2006 (7182 days ago) |
Assigned | 01/23/2006 (7183 days ago) |
Resolved | 01/24/2006 (7182 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Priority ⇒ 2. Medium
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Linking attachments may silently fail
Queue ⇒ IMP
the VFS path. (This may happen, for example, under the default config
if /tmp/.horde is created by a cron job running as root.)
lib/Compose.php's linkAttachments should check the return values on
$vfs->autocreatePath and $vfs->writeData to avoid silently losing
data. It should return an appropriate error code, which compose.php
should check for.