### Description The following code: https://3v4l.org/AdgqN ```php <?php $c = hash_init('sha1'); hash_final($c); hash_copy($c); ``` Resulted in this output: ``` Segmentation fault ``` Same thing happens when the context is cloned. Reproducible with multiple algos, though not checked them all. ### PHP Version PHP 8.0+ ### Operating System _No response_