php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4194 library calls crash process
Submitted: 2000-04-20 03:43 UTC Modified: 2000-08-20 14:01 UTC
From: patrick at spacesurfer dot com Assigned: derick (profile)
Status: Closed Package: mcrypt related
PHP Version: 4.0 Release Candidate 1 OS: linux 2.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: patrick at spacesurfer dot com
New email:
PHP Version: OS:

 

 [2000-04-20 03:43 UTC] patrick at spacesurfer dot com
I have compiled php with libmcrypt 2.2.6 (posix threads disabled) and zlib and mysql.
php is compiled as a module and used on apache 1.3.12
All works fine except when I use the mcrypt library.
mcrypt_get_block_size
mcrypt_create_iv
work fine, however calls to:
mcrypt_cbc
mcrypt_cfb
mcrypt_ecb
mcrypt_ofb
cause the process to crash, the following appears in the error log file:

Thu Apr 20 01:08:20 2000] [notice] child pid 21218 exit signal Segmentation fault (11)

I tried three different ciphers (on mcrypt_cbc) with the same result.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 15:19 UTC] derick@php.net
Can yo verify if this still occurs with one of the latest PHP releases (4.01 / 4.01pl2)? Also please post a short reproducing script.
 [2000-08-11 06:04 UTC] derick@php.net
No feedback, I'll analyse this one.
 [2000-08-20 14:01 UTC] derick@php.net
I can't reproduce this one, and no feedback from user. So closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 00:01:30 2024 UTC