[PHP-DEV] PHP 4.0 Bug #9801 Updated: mcrypt_encrypt dumps core

2001-04-10 Thread cmv
ID: 9801 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Assigned To: derick Comments: This happens for me too with today's CVS and the latest CVS of mcrypt. Backtrace says: #0 0x402c89bc in chunk_free (ar_ptr=0x40369680, p=0x81f7f00) at malloc.c:3152

[PHP-DEV] PHP 4.0 Bug #9801 Updated: mcrypt_encrypt dumps core

2001-04-10 Thread cmv
ID: 9801 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Assigned To: Comments: Actually, the script only seems to dump core if I do: echo bin2hex($output); after the encryption. Just a simple: echo $output; seems to work just fine (i.e.

[PHP-DEV] PHP 4.0 Bug #9801 Updated: mcrypt_encrypt dumps core

2001-04-10 Thread derick
ID: 9801 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: mcrypt related Assigned To: derick Comments: Crashes for me too, possibly a bug in mcrypt it self. Trying more things... Previous Comments: