mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fixed typo
This commit is contained in:
parent
9c4fd36783
commit
cc10da474d
3 changed files with 3 additions and 3 deletions
2
NEWS
2
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue