From be2ca84c42207ff3993cf4a7699db51f4978e14f Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Wed, 31 Jul 2019 11:14:49 +0100 Subject: [PATCH] cl22: Issue #12: printf: Remove testing printf %s on a NULL string Signed-off-by: Kevin Petit --- test_conformance/printf/util_printf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_conformance/printf/util_printf.c b/test_conformance/printf/util_printf.c index ba4032c1..f9f72e51 100644 --- a/test_conformance/printf/util_printf.c +++ b/test_conformance/printf/util_printf.c @@ -613,7 +613,6 @@ struct printDataGenParameters printStringGenParameters[] = { //%% specification {"%s","\"%%\""}, - }; //--------------------------------------------------------- @@ -629,9 +628,6 @@ const char * correctBufferString[] = { "f", "%%", - - "(null)" - }; //---------------------------------------------------------