On 30/9/22 00:35, Michael Labiuk via wrote:
Using g_autofree char* and g_strdup_printf(...) instead of ugly snprintf on stack array.Signed-off-by: Michael Labiuk <michael.lab...@virtuozzo.com> --- tests/qtest/drive_del-test.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>