On 2025-07-16 06:13, Zhengyi Fu wrote: > the following code evaluates to a string of 16384 > bytes! > > (with-temp-buffer > (insert-file-contents-literally "/dev/urandom" nil nil 21) > (buffer-string)) Thanks for reporting that. I installed the attached patch.