From cc10da474d36820d103d410795bc70802284292b Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 12 Nov 2015 13:37:45 +0100 Subject: [PATCH] fixed typo --- NEWS | 2 +- Zend/tests/bug70895.phpt | 2 +- Zend/tests/bug70898.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f687b7c00d0..781bd7ef82b 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? 2015, PHP 7.0.1 - Core: - . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted calable). + . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable). (Anatol, Laruence) - Streams/Socket diff --git a/Zend/tests/bug70895.phpt b/Zend/tests/bug70895.phpt index e6df09c9ac1..896bf00a7b2 100644 --- a/Zend/tests/bug70895.phpt +++ b/Zend/tests/bug70895.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #70895 null ptr deref and segfault with crafted calable +Bug #70895 null ptr deref and segfault with crafted callable --FILE--