ID: 9241
User Update by: [EMAIL PROTECTED]
Status: Assigned
Bug Type: mcrypt related
Description: segfault/core dump using libmcrypt 2.4.9
The PHP script? It's right at the top of the bug report.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-21 18:12:16] [EMAIL PROTECTED]
Can you post the script too that caused this backtrace?
---------------------------------------------------------------------------
[2001-02-13 13:41:23] [EMAIL PROTECTED]
Well, it seems that I need a full day now to fix all the bugs in mcrypt :)
---------------------------------------------------------------------------
[2001-02-13 12:02:08] [EMAIL PROTECTED]
The following script cause a core dump, but only with "blowfish":
<?
$td = mcrypt_module_open ("blowfish", "", "ecb", "");
mcrypt_generic_init ($td, 'secret key', "
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]