Skip to content

Commit 84be904

Browse files
committed
Add missing zend_test_crash message initialization
1 parent 0ac55e9 commit 84be904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zend_test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ static ZEND_FUNCTION(zend_get_map_ptr_last)
329329

330330
static ZEND_FUNCTION(zend_test_crash)
331331
{
332-
zend_string *message;
332+
zend_string *message = NULL;
333333

334334
ZEND_PARSE_PARAMETERS_START(0, 1)
335335
Z_PARAM_OPTIONAL

0 commit comments

Comments
 (0)