### Description The following code: ```php <?php readline_write_history($name); readline_info('line_buffer', 'abcdefghijkl'); ``` Resulted in this output: ``` ERROR: AddressSanitizer: heap-use-after-free ``` ### PHP Version nightly ### Operating System ubuntu 22.04