php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6631 the php crashes when the email parameter is null in function mail
Submitted: 2000-09-08 13:25 UTC Modified: 2000-10-28 23:52 UTC
From: mandrade at elo dot com dot br Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.2 OS: redhat linux 6.2
Private report: No CVE-ID: None
 [2000-09-08 13:25 UTC] mandrade at elo dot com dot br
<?
#got the email from mysql but had an error in the query
# so te email was empty
$email='';
mail($email,'subject','message');
echo "?k Email sent";
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-15 19:38 UTC] sniper@php.net
I can not reproduce this with PHP4.0.3pl1.
Please try PHP4.0.3pl1 and report back whether this problem 
still exists.

--Jani
 [2000-10-28 23:52 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 17:01:33 2024 UTC