Re: [PATCH] tests/qtest/migration-test: Do not try to print NULL pointer string

2022-10-17 Thread Markus Armbruster
Thomas Huth writes: > If tmpfs is NULL, we should not try to print it as a string. > > Reported-by: shengjiangwuqq on github.com > Fixes: e5553c1b8d ("tests/qtest: migration-test: Avoid using hardcoded /tmp") > Signed-off-by: Thomas Huth > --- > tests/qtest/migration-test.c | 3 +-- > 1 file ch

[PATCH] tests/qtest/migration-test: Do not try to print NULL pointer string

2022-10-17 Thread Thomas Huth
If tmpfs is NULL, we should not try to print it as a string. Reported-by: shengjiangwuqq on github.com Fixes: e5553c1b8d ("tests/qtest: migration-test: Avoid using hardcoded /tmp") Signed-off-by: Thomas Huth --- tests/qtest/migration-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)