[commits] Horde branch master updated.
Michael M Slusarz
slusarz at horde.org
Fri May 29 02:54:36 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: e47fea287ba5a7e2b0e439bb27fc73f050314ceb
b9b3728... Fix off-by-one fgets() usage.
-----------------------------------------------------------------------
commit b9b3728fd7ef99e7f5ab8239072fa0038abbd7c0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu May 28 20:53:22 2009 -0600
Fix off-by-one fgets() usage.
Pays to read the manual. fgets() reads 8192 - 1 bytes, so the index of
the last byte is 8190, not 8191.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=e47fea287ba5a7e2b0e439bb27fc73f050314ceb&r2=b9b3728fd7ef99e7f5ab8239072fa0038abbd7c0
More information about the commits
mailing list