Re: [PATCH 1/2] Introduce xasprintf
Hi Dmitry, On Mon, Sep 06, 2021 at 10:00:00AM +, Dmitry V. Levin wrote: > Similar to other x* functions, xasprintf is like asprintf except that > it dies in case of an error. Looks useful and the implementation seems correct. Please apply. Thanks, Mark
[PATCH 1/2] Introduce xasprintf
Similar to other x* functions, xasprintf is like asprintf except that it dies in case of an error. Signed-off-by: Dmitry V. Levin --- lib/ChangeLog | 6 ++ lib/Makefile.am | 2 +- lib/libeu.h | 2 ++ lib/xasprintf.c | 52 + 4 files cha