Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/array/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/array/bug70713.phpt |
--TEST-- Bug #70713: Use After Free Vulnerability in array_walk()/array_walk_recursive() --FILE-- <?php class obj { function __tostring() { global $arr; $arr = 1; for ($i = 0; $i < 5; $i++) { $v[$i] = 'hi'.$i; } return 'hi'; } } $arr = array('string' => new obj); array_walk_recursive($arr, 'settype'); ?> --EXPECTF-- Warning: array_walk_recursive(): Iterated value is no longer an array or object in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare