#283 Don't log NULL param values
Opened by rcritten. Modified

There are two recent compiler warnings related to printing/logging the value of params2.

src/scep.c:822:58: warning[-Wformat-overflow=]: ‘%s’ directive argument is null
src/scep.c:817:58: warning[-Wformat-overflow=]: ‘%s’ directive argument is null


Metadata