在 2022/11/26 08:43, Stefan Kangas 写道:
Other than that, LGTM.

> +          char *buf = xmalloc (buf_len);

The buf variable is not released after use, I added free (buf)