Summary | VFS->read() call parameters are not passed correctly |
Queue | Ingo |
Queue Version | 1.2.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | lstewart (at) room52 (dot) net |
Created | 10/29/2009 (5742 days ago) |
Due | |
Updated | 01/13/2010 (5666 days ago) |
Assigned | |
Resolved | 11/01/2009 (5739 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Change how VFS::read() is called to match the function definition
Bug: #8670http://git.horde.org/diff.php/ingo/lib/Driver/Vfs.php?rt=horde-git&r1=9b22223f642b6ab65a71694ff34f709f06dfce9d&r2=012341c0238536a4f0bb774b124e82b5eaf666b5
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Change how VFS::read() is called to match the function definition
Bug: #8670http://git.horde.org/diff.php/ingo/lib/Driver/Vfs.php?rt=horde-hatchery&r1=9b22223f642b6ab65a71694ff34f709f06dfce9d&r2=012341c0238536a4f0bb774b124e82b5eaf666b5
merge from git: Fix VFS::read() calling convention
Bug: #8670http://cvs.horde.org/diff.php/ingo/lib/Driver/vfs.php?rt=horde&r1=1.12.10.16&r2=1.12.10.17&ty=u
Priority ⇒ 1. Low
New Attachment: ingo_fixread.diff
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ VFS->read() call parameters are not passed correctly
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Ingo
code seems to expect them (gleaned from observing how the write code
path works). I believe things may work without this patch but it seems
to be more correct this way to me.