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 <[email protected]> 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 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
