On Wed, 2024-02-28 at 15:21 -0800, Andrii Nakryiko wrote: [...] > It would still be nice to avoid allocation even if for the sake of > simplifying error handling. I think it's reasonable to have `char > name[256]` on the stack and snprintf() into it. Let's keep it simple. Ok >