ID: 9241
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: mcrypt related
Description: segfault/core dump using libmcrypt 2.4.9

Lastest CVS seems to have fixed this ... thanks!

Previous Comments:
---------------------------------------------------------------------------

[2001-04-09 20:06:17] [EMAIL PROTECTED]
I couldn't reproduce this with mcrypt 2.4.10 and the latest CVS, can you check this 
again?

---------------------------------------------------------------------------

[2001-02-23 12:35:21] [EMAIL PROTECTED]
The PHP script?  It's right at the top of the bug report.

---------------------------------------------------------------------------

[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]

Reply via email to