diff options
| author | Anatol Belski <ab@php.net> | 2015-11-12 13:37:45 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-11-12 13:37:45 +0100 |
| commit | cc10da474d36820d103d410795bc70802284292b (patch) | |
| tree | a32d9f1b4f26984656837ab5058afbb5c513ca95 | |
| parent | 9c4fd367835fac9dc4981bb1e8e8f6e7a612ecae (diff) | |
| download | php-git-cc10da474d36820d103d410795bc70802284292b.tar.gz | |
fixed typo
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | Zend/tests/bug70895.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/bug70898.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 e6df09c9ac..896bf00a7b 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-- <?php diff --git a/Zend/tests/bug70898.phpt b/Zend/tests/bug70898.phpt index 6308ddc742..41777072cc 100644 --- a/Zend/tests/bug70898.phpt +++ b/Zend/tests/bug70898.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-- <?php function m($f,$a){ |
