php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11515 Segfault
Submitted: 2001-06-16 13:14 UTC Modified: 2001-07-22 13:17 UTC
From: sisk at coolpagehosting dot com Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.5 OS: RedHat 7.1
Private report: No CVE-ID: None
 [2001-06-16 13:14 UTC] sisk at coolpagehosting dot com
$this->_CBC = new Crypt_CBC(pack('H*', $private_key), $this->crypt_type );

crypt_type=BLOWFISH makes apache segfault.  works with DES

libmcrypt-2.4.9-1 
apache-1.3.19-5
php-4.0.6RC3-1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-19 07:18 UTC] derick@php.net
Please provide a backtrace of this crash. How to do can be found here:
http://bugs.php.net/bugs-generating-backtrace.php

You can also try a newer version of mcrypt, as there where quite a lot of fixes in the library.
 [2001-07-22 13:17 UTC] andy@php.net
no feedback after 30+ days.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC