Initial Commit
This commit is contained in:
7
dependencies/amphp/hpack/tools/php-fuzzer/decode-crash.php
vendored
Normal file
7
dependencies/amphp/hpack/tools/php-fuzzer/decode-crash.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies;
|
||||
|
||||
require __DIR__ . '/../../vendor/autoload.php';
|
||||
use WP_Ultimo\Dependencies\Amp\Http\HPack;
|
||||
(new HPack())->decode(\file_get_contents($argv[1]), 8192);
|
Reference in New Issue
Block a user