php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8383 array_unique() causes core dump
Submitted: 2000-12-22 17:38 UTC Modified: 2001-03-09 21:31 UTC
From: jr at hyphen dot org Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.3pl1 OS: Solaris 2.7
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: jr at hyphen dot org
New email:
PHP Version: OS:

 

 [2000-12-22 17:38 UTC] jr at hyphen dot org
array_unique() can cause php to core dump.  i haven't quite figured out the exact situation though.

this works:

array_unique(array("socket", "37", "99", "3d"));

this does not:

array_unique(array("socket", "370", "99", "3d"));

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-28 19:18 UTC] venaas@php.net
I'm pretty sure I've fixed it in CVS, please try the next snapshot
(you can get it at snaps.php.net or from CVS), and let me know
how it works.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 16:01:30 2024 UTC