From: krakjoe Date: Sun, 2 Feb 2014 14:50:32 +0000 (+0000) Subject: woops X-Git-Tag: php-5.6.3RC1~20^2~2^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=395a936397992ea3ad70f3a4832be0a18716fb1f;p=php woops --- diff --git a/phpdbg.c b/phpdbg.c index 9341ad35a5..6cb1645e65 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -892,9 +892,11 @@ phpdbg_main: memset(bp_tmp_file, 0, sizeof(bp_tmp_file)); } #endif - + if (!bp_tmp_file) { - phpdbg_error("Unable to create temporary file"); + phpdbg_error( + "Unable to create temporary file"); + return 1; } } ini_entries = NULL;