cl22: Issue #12: printf: Remove testing printf %s on a NULL string

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kevin Petit
2019-07-31 11:14:49 +01:00
committed by Kévin Petit
parent 150520c7e1
commit be2ca84c42

View File

@@ -613,7 +613,6 @@ struct printDataGenParameters printStringGenParameters[] = {
//%% specification
{"%s","\"%%\""},
};
//---------------------------------------------------------
@@ -629,9 +628,6 @@ const char * correctBufferString[] = {
"f",
"%%",
"(null)"
};
//---------------------------------------------------------