On Wed, May 03, 2023 at 11:57:23AM +0200, Claudio Jeker wrote:
> This diff is taking the changes from rpki-client (json.c / json.h) and
> then converts json_do_printf() using "%s" fmt string to json_do_string().
> Also a few json_do_printf() with static strings are converted.
Looks all good
> A f
This diff is taking the changes from rpki-client (json.c / json.h) and
then converts json_do_printf() using "%s" fmt string to json_do_string().
Also a few json_do_printf() with static strings are converted.
A few calls with more complex fmt strings remain.
--
:wq Claudio
Index: json.c
=