mirror of
https://github.com/php/php-src.git
synced 2026-04-16 12:31:06 +02:00
12 lines
303 B
PHP
12 lines
303 B
PHP
--TEST--
|
|
Bug #77418 (Heap overflow in utf32be_mbc_to_code)
|
|
--SKIPIF--
|
|
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
|
|
--FILE--
|
|
<?php
|
|
mb_regex_encoding("UTF-32");
|
|
var_dump(mb_split("\x00\x00\x00\x5c\x00\x00\x00B","000000000000000000000000000000"));
|
|
?>
|
|
--EXPECT--
|
|
bool(false)
|