mirror of
https://github.com/php/php-src.git
synced 2026-04-17 13:01:02 +02:00
10 lines
275 B
PHP
10 lines
275 B
PHP
--TEST--
|
|
Bug #77371 (heap buffer overflow in mb regex functions - compile_string_node)
|
|
--SKIPIF--
|
|
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
|
|
--FILE--
|
|
<?php
|
|
var_dump(mb_ereg("()0\xfc00000\xfc00000\xfc00000\xfc",""));
|
|
?>
|
|
--EXPECT--
|
|
bool(false)
|