ID: 44557 Updated by: [EMAIL PROTECTED] Reported By: thomas dot jarosch at intra2net dot com -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Linux PHP Version: 5.2.5 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Thanks for patch! Previous Comments: ------------------------------------------------------------------------ [2008-03-28 13:22:32] thomas dot jarosch at intra2net dot com --- php-5.2.5/ext/imap/php_imap.c Fri Mar 28 13:28:28 2008 +++ php-5.2.5.new/ext/imap/php_imap.c Fri Mar 28 13:58:18 2008 PHP_FUNCTION(imap_setacl) @@ -1080,6 +1101,7 @@ ZEND_FETCH_RESOURCE(imap_le_struct, pils *, streamind, -1, "imap", le_imap); convert_to_string_ex(mailbox); + convert_to_string_ex(id); convert_to_string_ex(rights); RETURN_BOOL(imap_setacl(imap_le_struct->imap_stream, Z_STRVAL_PP(mailbox), Z_STRVAL_PP(id), Z_STRVAL_PP(rights))); ------------------------------------------------------------------------ [2008-03-28 13:20:48] thomas dot jarosch at intra2net dot com Description: ------------ Hello together, attached patch fixes a crash in imap_setacl if you pass an integer as username. Cheers, Thomas ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44557&edit=1
