The branch "master" has been updated. The following is a summary of the commits.
from: cd8c195f3c125daaab5038369be18bf88c872def 95818eb Prevent endless loop in writeLiteral() c2cc075 coding standard tweaks 2c52d88 [mms] Better error checking when writing data to the server (Bug #13187; Thomas Jarosch <[email protected]>). Summary: http://github.com/horde/horde/compare/cd8c195f3c125daaab5038369be18bf88c872def...2c52d885d2ea0b11af35478f643f2ac58deaeedf ----------------------------------------------------------------------- commit 95818eb82d7f491f85b892b5ed5dd099f4ab9522 Author: Thomas Jarosch <[email protected]> Date: Thu May 15 13:37:37 2014 +0200 Prevent endless loop in writeLiteral() writeLiteral() was stuck in an endless loop logging this message until the HDD was full: PHP ERROR: feof() expects parameter 1 to be resource, integer given [pid 24223 on line 106 of "/usr/share/pear/Horde/Imap/Client/Socket/Connection/Socket.php"] PHP ERROR: fread() expects parameter 1 to be resource, integer given [pid 24223 on line 107 of "/usr/share/pear/Horde/Imap/Client/Socket/Connection/Socket.php"] Prevent it by checking the return value of fread(). While we are at it, check the return value of rewind(), too. Signed-off-by: Michael M Slusarz <[email protected]> .../lib/Horde/Imap/Client/Socket/Connection/Socket.php | 11 ++++- 1 files changed, 9 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/95818eb82d7f491f85b892b5ed5dd099f4ab9522 ----------------------------------------------------------------------- commit c2cc0757cf2f0e3e7ad36087e567b3feee655840 Author: Michael M Slusarz <[email protected]> Date: Thu May 15 15:30:34 2014 -0600 coding standard tweaks .../lib/Horde/Imap/Client/Socket/Connection/Socket.php | 6 ++-- 1 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/c2cc0757cf2f0e3e7ad36087e567b3feee655840 ----------------------------------------------------------------------- commit 2c52d885d2ea0b11af35478f643f2ac58deaeedf Author: Michael M Slusarz <[email protected]> Date: Thu May 15 15:31:16 2014 -0600 [mms] Better error checking when writing data to the server (Bug #13187; Thomas Jarosch <[email protected]>). framework/Imap_Client/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/2c52d885d2ea0b11af35478f643f2ac58deaeedf -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
